InnoDB 的架构图

https://dev.mysql.com/doc/refman/5.7/en/innodb-architecture.html

https://dev.mysql.com/doc/refman/5.7/en/innodb-architecture.html

内存中数据结构

buffer pool

change buffer

adaptive hash index

log buffer

磁盘中的数据结构

索引

表结构

表空间

数据页 page

InnoDB数据字典

重做日志 Redo Log

回滚日志 Undo Log

名词

日志先行 WAL(Write Ahead Log)