Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
When replicating large transactions with binlog_format=MIXED, the server will always try to binlog using ROW format because it is safer. However, for large transactions, this can result in significant overheads, e.g. when writing the event data to disk or sending the event data to the slave. This can be optimized with some configurable threshold which would force the slave to log the transaction using STATEMENT binlog format instead.
Attachments
Issue Links
- is part of
-
MDEV-37582 Reduce Slave Lag
-
- Open
-