Details
-
New Feature
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
SCN is a sequence number which was generated while committing transaction, and it should always be increased. With SCN, the snapshot for MVCC can only use a version number to compare with SCN.
origin commit from zhai weixiang: https://bugs.mysql.com/bug.php?id=109599
Attachments
Issue Links
- is blocked by
-
MDEV-33066 Tencent requested features
- Open
- relates to
-
MDEV-12288 Reset DB_TRX_ID when the history is removed, to speed up MVCC
- Closed
-
MDEV-15104 Remove trx_sys_t::rw_trx_ids and trx_sys_t::serialisation_list
- Closed
-
MDEV-15158 On commit, do not write to the TRX_SYS page
- Closed
-
MDEV-17598 InnoDB index option for per-record transaction ID
- Open
-
MDEV-20630 lf_hash get performance regression since the bucket size won't decrease
- Confirmed
-
MDEV-21423 lock-free trx_sys get performance regression cause by lf_find and ut_delay
- Stalled