文档首页
MySQL 9.0 参考手册
相关文档 下载本手册
PDF (US Ltr) - 40.0Mb
PDF (A4) - 40.1Mb
Man Pages (TGZ) - 258.2Kb
Man Pages (Zip) - 365.3Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 9.0 参考手册  /  InnoDB 存储引擎  /  InnoDB 架构

17.4 InnoDB 架构

下图显示了构成 InnoDB 存储引擎架构的内存和磁盘结构。有关每个结构的信息,请参见 第 17.5 节,“InnoDB 内存结构”第 17.6 节,“InnoDB 磁盘结构”.

图 17.1 InnoDB 架构

InnoDB architecture diagram showing in-memory and on-disk structures. In-memory structures include the buffer pool, adaptive hash index, change buffer, and log buffer. On-disk structures include tablespaces, redo logs, and doublewrite buffer files.