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
254 stars 26 forks source link

InnoDB log file size calculation in the article isn't meaningful #202

Closed drupaladmin closed 9 months ago

drupaladmin commented 11 months ago

The InnoDB log file size calculation in the article https://releem.com/blog/mysql-health-checks isn't meaningful. Buffer pool size is completely irrelevant to finding a reasonable size for the redo log. I think this idea first crept in from ill advised output of mysqltuner many years ago, but it is as wrong today as it was back then.

drupaladmin commented 9 months ago

Improved InnoDB Log File Size calculation. The link https://releem.com/blog/mysql-health-checks#rec565307901