innodb 体系结构


http://dev.mysql.com/doc/refman/5.7/en/innodb-concepts.html

15.4 InnoDB Architecture

15.4.1 Buffer Pool
15.4.2 Change Buffer
15.4.3 Adaptive Hash Index
15.4.4 Redo Log Buffer
15.4.5 System Tablespace
15.4.6 InnoDB Data Dictionary
15.4.7 Doublewrite Buffer
15.4.8 Undo Logs
15.4.9 File-Per-Table Tablespaces
15.4.10 General Tablespaces
15.4.11 Undo Tablespace
15.4.12 Temporary Tablespace
15.4.13 Redo Log


在腾讯DBA 林水彬 的 博客里看到InnoDB 的体系结构图 和 官网对不上,很想吐槽mysql 官方文档 只有文字 没有图。

InnoDB 具体的架构图,可以在github 地址  https://github.com/jeremycole/innodb_diagrams 里看,仍然没有总体架构图。
 
外国大叔写代码 ,估计也是凭经验想到哪写到哪。





你可能感兴趣的:(mysql)