Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
Description
The combination binlog_storage_engine=innodb (MDEV-34705) and innodb_log_archive=ON (MDEV-37949) is suboptimal in the way that the binary log events will be archived in two sets of files.
We should implement a setting and tools that will allow the binary log events to be stored only inside the innodb_log_archive=ON files using the InnoDB log record format that was introduced in MDEV-34705. In this mode, the page oriented binary log file format that was introduced in MDEV-34705 would continue to exist, but only in a virtual form, not written to any persistent files.
Implementing this would also trivially solve MDEV-8813, because the upgraded tooling would necessarily be compatible with innodb_encrypt_log=ON.
Attachments
Issue Links
- duplicates
-
MDEV-38304 Innodb Binlog to be Stored in Archived Redo Log
-
- Open
-
- is blocked by
-
MDEV-34705 Improving performance of binary logging by removing the need of syncing it
-
- Closed
-
-
MDEV-37949 Implement innodb_log_archive
-
- In Progress
-