mysql体系结构图
2021-07-07 08:35:00 0 举报
从库生成两个线程,一个I/O线程,一个SQL线程; i/o线程去请求主库 的binlog,并将得到的binlog日志写到relay log(中继日志) 文件中; 主库会生成一个 log dump 线程,用来给从库 i/o线程传binlog; SQL 线程,会读取relay log文件中的日志,并解析成具体操作,来实现主从的操作一致,而最终数据
作者其他创作
大纲/内容
data dictionary
index page
......
insert buffer thread
double write
os page cache
write thread
buffer pool
insert buffer page
redo log thread
archive log
adaptive hash index
read thread
system tablespace
MYSQL 内存结构图
purge thread
async i/o thread
lock info
user tablespace
additional Memory pool
redo log
redo log buffer
master thread
page clearn thread
data page
收藏
收藏
0 条评论
回复 删除
下一页