Comments on: MySQL 8.0 Dynamic Redo Log Sizing https://www.percona.com/blog/mysql-8-0-dynamic-redo-log-sizing/ Sat, 10 Feb 2024 00:29:36 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Vinicius Grippa https://www.percona.com/blog/mysql-8-0-dynamic-redo-log-sizing/#comment-10973848 Thu, 01 Dec 2022 21:25:30 +0000 https://www.percona.com/blog/?p=82095#comment-10973848 Hi Draw,
No, there is no need because, with the new redo log sizing, MySQL automatically manages the underlying files. For example, if you calculated the ideal redo size and found it is 10GB.
You need to run the following:

Let me know if it helps!

]]>
By: Vinicius Grippa https://www.percona.com/blog/mysql-8-0-dynamic-redo-log-sizing/#comment-10973847 Thu, 01 Dec 2022 21:23:35 +0000 https://www.percona.com/blog/?p=82095#comment-10973847 Hi Draw,

No, there is no need because, with the new redo log sizing, MySQL automatically manages the underlying files. For example, if you calculated the ideal redo size and found it is 10GB.

You need to run the following:
mysql> SET GLOBAL innodb_redo_log_capacity = 10*1024*1024*1024;

Let me know if it helps!

]]>
By: Draw https://www.percona.com/blog/mysql-8-0-dynamic-redo-log-sizing/#comment-10973843 Tue, 29 Nov 2022 18:37:20 +0000 https://www.percona.com/blog/?p=82095#comment-10973843 Hi
Should we divide “equivalent to 15GB” on the number of log file members like in the blog post from 2008?

]]>