Details
-
Task
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
The mysql.gtid_slave_pos table is used for crash recovery on slaves. It is updated for each commit with the GTID of the committing transaction. However, for slaves with the binary log enabled, we can just scan the binary log to know the GTID state of the slave. This will speed the slave execution up because it will remove an insert per-transaction.
Attachments
Issue Links
- is part of
-
MDEV-37582 Reduce Slave Lag
-
- Open
-