Releem / mysqlconfigurer

Releem is a simple MySQL tuning tool to improve database performance and reduce servers costs.
https://releem.com
GNU General Public License v3.0
256 stars 27 forks source link

Autosize of innodb_buffer_pool_chunk_size in MariaDB #302

Closed drupaladmin closed 3 months ago

drupaladmin commented 4 months ago

innodb_buffer_pool_chunk_size in MariaDB will get autosized based on innodb_buffer_pool_size.

should we use it for MariabDb?

kochetovd commented 4 months ago

If innodb_buffer_pool_chunk_size setting autosize (0), resulting in innodb_buffer_pool_size/64. Releem the initial value recommends a similar value, but may later change the value depending on the workflow.