DEV Community

Calculating InnoDB Buffer Pool Size for your MySQL Server

ScaleGrid on March 28, 2018

What is an InnoDB Buffer Pool? InnoDB buffer pool is the memory space that holds many in-memory data structures of InnoDB, buffers, caches, inde...
Collapse
 
pyemkey profile image
Michał Kłoda • Edited

or systems that run multiple applications along with MySQL, these observations can be inaccurate

How innodb_buffer_pool_size should be calculated, when MySQL is on the server with other applications?

PS. great writeup :)