major / MySQLTuner-perl

MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability.
GNU General Public License v3.0
8.99k stars 1.29k forks source link

Redo log capacity - wrong value suggested #737

Closed seebeen closed 1 year ago

seebeen commented 1 year ago

I used to set my redo_log_capacity to the value suggested by mysqltuner - but I ran into this.

https://blogs.oracle.com/mysql/post/dynamic-innodb-redo-log-in-mysql-80

It reduced my ram usage - and I have no performance loss.

Maybe take a look?

seebeen commented 1 year ago

Duplicate of #714