Documentation Home
MySQL 8.4 Reference Manual
Related Documentation Download this Manual
PDF (US Ltr) - 39.8Mb
PDF (A4) - 39.9Mb
Man Pages (TGZ) - 257.9Kb
Man Pages (Zip) - 364.9Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb


MySQL 8.4 Reference Manual  /  The InnoDB Storage Engine  /  InnoDB Architecture

17.4 InnoDB 架构

以下图表显示了InnoDB存储引擎架构中的内存结构和磁盘结构。关于每个结构的信息,请见第17.5节,“InnoDB In-Memory Structures”,和第17.6节,“InnoDB On-Disk Structures”

图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.