- simple "cache" of InnoDB 16KB blocks
- has significant impact on disk reads/writes, so it affects the database speed
- contains mostly the primary index data, which also contains all rows data in leafs
Article Understanding MySQL’s InnoDB buffer pool by Michel Bouvy