Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
oltp_update_index.lua benchmark commits mini transaction 5 times. This causes log_sys->mutex contention.
First two mini transactions (write of the first undo log record and the creation of the undo log header) can be combined.
This change was verified to give ~10% better throughput.
Attachments
Issue Links
- causes
-
MDEV-22770 trx_undo_report_rename() fails to release page latches
- Closed
-
MDEV-25979 Invalid undo page number written to DB_ROLL_PTR
- Closed