mysql_3_Innodb存储结构
2022-06-21 15:32:37 8 举报
Innodb存储结构
作者其他创作
大纲/内容
Undo_002
Inno data Dictionary
t2.ibd
Undo TableSpaces
ib_logfile0
t1.ibd
Temporary TableSpaces(临时表空间 )
Change buffer
File-per-table-TableSpace(独立表空间)
ib_logfile1
O_DIRECT
General TableSpace(通用表空间)
Undo_001
ts2.ibd
Redo Log
opretingsystemcache
DoubleWriter buffer
Undo Logs
sys-TableSpace(系统表空间:ibdata1)
hash-index(自适应hash索引)
change-buffer(写缓冲池)
ON-Disk-structuces(磁盘结构)
innodb_file_per_table=ON开启时创建表存在独立空间
ts1.ibd
Log-buffer
buffer-pool(缓冲池)
IN-Memory-structuces(内存结构体)

收藏

收藏
0 条评论
下一页