Details
-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.3.5
-
Component/s: Storage Engine - InnoDB
-
Labels:None
-
Epic Link:
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
-