Sanyou's Java Diary
Mar 3, 2022 · Databases
Deep Dive into MySQL InnoDB Architecture: BufferPool, LRU, and Storage Engine Explained
This article explores MySQL's client‑server interaction, connection methods, query parsing and optimization, InnoDB storage engine design, data page layout, BufferPool structures, and the free, flush, and LRU linked lists, including their challenges and optimization techniques.
BufferPoolDatabase InternalsInnoDB
0 likes · 13 min read
