A region that caches disk data in memory to speed up access.
A region that caches frequently accessed data pages in memory to reduce disk I/O. As with MySQL's InnoDB buffer pool, too small a size lowers the cache hit rate and increases disk I/O, so sizing it to available memory directly affects performance.
© 2026 ITBGM