RSS Data & Architecture DBA
哪吒推荐该订阅
简介:Welcome to my world
原站:http://zhaolinjnu.blog.sohu.com/
指数:
点击立即订阅,“Data & Architectu...”的内容有更新,哪吒第一时间提醒您
“Data & Architecture DBA”的内容更新
累计:114 篇(自 2008-08-29 起)
更新:约3篇/月,最后更新187 天前
Data & Architecture DBA
我们使用mysql,常使用innodb存储引擎,它包括两种,一种是innobase,另外一种是innodb plugin。今天主要介绍innodb plugin的file i/o操作,innodb plugin存储引擎的文件操作主要包括下面三个重要的结构体:fil_node_struce 一个node对应着一个文件fil_space_struct 一个space对应着一个tablespacefil_system_struct innodb tablespace memory cache下面分别简单介绍三个结构体... (187 天前)
Data & Architecture DBA
前几天因为一次故障,怀疑是不是innodb_open_files参数设置过小的问题,下面的一些代码可以作出一些解释,总体来说,这是一个软限制,但对独立表空间,文件比较多,并发比较大的数据库,这个参数建议还是需要调大,尽量减少不必要的不断淘汰node,打来文件,加入lru的过程。感兴趣的同学可以看看下面整理的一些代码。 先来看一个重要的结构体fil_system_struct,... (193 天前)
Data & Architecture DBA
redis version:2.0.4 java client for redis: http://code.google.com/p/jredis/随机产生一个10个字节的字符串key,value与key相同,写入redis,当数据量达到1900w时,出现了如下的一些状况:刚开始测试程序全部写入db0,后来修改了测试程序,均匀写入其它数据库master上面的日志信息:[457] 25 mar 11:35:58 - db 0: 18308251 keys (0 volatile) in 50331648 slots ht.[457] 25 mar... (311 天前)
Data & Architecture DBA
上周写了一个测试程序,在多线程模式下,使用mutex, 操作一个共享资源,看看争用情况怎么样?创建的线程越多(>100),争用会相当明显;几个线程(<10),看不出来.#include <pthread.h>#include <string.h>#include <stdio.h>#include <time.h>#define max_threads 1024//global variablespthread_t thread[max_threads];struct thd_status_t{ int thread_id... (311 天前)
Data & Architecture DBA
有网友要看源代码,我在blog上帖一下:$cat test_fork.c#include <sys/types.h>#include <unistd.h>#include <stdio.h>int main(){ pid_t pid; int a,b; a=0; b=0; printf("test fork() program\n"); printf("i am the parent process,my pid is %d\n",getpid()); printf("the address of a is %x\n",&a); printf("the address of b is %x\n",&b); printf("--... (311 天前)
Data & Architecture DBA
idata-forum 2010大会在北京圆满结束,我们也录了一些视频,没能够来到大会现场的,也可以看一下。这个视频正在整理过程中,请大家耐心等待。 会后收到了一些反馈,是对演讲者漠大的鼓舞,有大家的支持,相信明年会更加精彩。-------------------------------------------------------------------------------------------eping 说 (10:15): 星期天听了你的讲座 看了你的blog 看到... (311 天前)
Data & Architecture DBA
2010年12月12日,在idata-forum互联网数据库技术论坛上,与大家分享了淘宝网数据库架构的历史;商品,用户,交易的体系统结构;mysql源码研究的思路;淘宝双11遇到的数据库问题;以及淘宝自主数据库oceanbase的原理介绍。演讲在上午进行,到会有250人左右,这几天参加了oracle open world,演讲的ppt发得晚了一点,还请各位朋友见谅! ppt在slideshare的地址为: http://www.s... (311 天前)
订阅者 ( 2 )
gagharv
dzxiii
相关订阅源
RSS Oracle Life

eygle的oracle blog,提供oracle技术研究及深入探讨,同时记录个人爱好及生活历程。

标签: oracle life 数据库 技术牛人 eygle

指数 | 17人订阅  

RSS 经理世界网 - 杂志在线

《IT经理世界》电子版杂志,整合更多相关信息,拓展更广阔的阅读渠道。

标签: it it经理世界 《it经理世界》电子版杂志 it经理 杂志

指数 | 871人订阅  

RSS About.com Architecture

Get the latest headlines from the About.com Architecture GuideSite.

指数 | 2人订阅  

RSS MSDN: Microsoft Architecture Center

the latest information from the microsoft architecture center.

指数 | 1人订阅  

我要反馈