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.79k stars 1.27k forks source link

Redo log capacity - wrong value suggested #737

Closed seebeen closed 9 months ago

seebeen commented 9 months 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 9 months ago

Duplicate of #714