[MDEV-20907] Set innodb_log_files_in_group=1 by default Created: 2019-10-28 Updated: 2020-05-28 Resolved: 2019-10-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | performance | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
Historically, InnoDB split the redo log into at least 2 files. Because performance seems to be slightly better with only one log file, and because implementing an append-only variant of the log would require a single file, let us define the default to be 1, and have innodb_log_file_size=96M, to retain the same default total size of 2×48MiB. Note that this variable will be deleted by |
| Comments |
| Comment by Marko Mäkelä [ 2020-03-06 ] |
|
In MariaDB Server 10.5.1, the option was deprecated and ignored. That is, MariaDB 10.5 will only support innodb_log_files_in_group=1 and a single redo log file, ib_logfile0. |
| Comment by Marko Mäkelä [ 2020-03-26 ] |
|
As part of |