Mysql体系结构和存储引擎
2021-04-24 11:48:48 6 举报
AI智能生成
Mysql体系结构和存储引擎介绍
作者其他创作
大纲/内容
体系结构
Client Connectors层
MySQL Server层
Connection Pool
Service & utilities
SQL interface
Parser解析器
Optimizer查询优化器
Caches缓存
存储引擎层
存储引擎
概述
MyISAM
InnoDB
Memory
Archive
Infobright
ArkDB
......
InnoDB
实例层(位于计算机内存中)
线程
MAster Thread
主循环 loop
1s
10s
后台循环 background loop
刷新循环 flush loop
暂停循环 suspend loop
page cleaner thread
buf dump thread
insert buffer thread
read thread
write thread
redo log thread
内存
buffer pool
redo log buffer
double write
物理层(位于文件系统中)
系统表空间
用户表空间
Redo 日志
0 条评论
下一页