https://twitter.com/isotopp/status/1562014316051812353
- MySQL 8.0.30: Redo Log resizing is now an online operation, which is awesome.
- The Redo Log handling has been completely rewritten. ib_logfile* is no more.
- Instead we get 32 files in $DATADIR/#innodb_redo, and
- the https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_redo_log_capacity variable.
- MySQL 8.0.30: Redo Log resizing is now an online operation, which is awesome.
- The Redo Log handling has been completely rewritten. ib_logfile* is no more.
- Instead we get 32 files in $DATADIR/#innodb_redo, and
- the https://dev.mysql.com/doc/refman/8.0/en/innodb-parameters.html#sysvar_innodb_redo_log_capacity variable.