Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Motivation
IGNITE-21375 is about removing txnState local map updates within RO txn flow because it brings us 20% performance drop. For RW transactions, it's however not possible, because such updates are required by the RW protocol. Thus, it seems reasonable to verify whether proposed VolatileTxStateMetaStorage is itself fast enough.
Definition of Done
- Increase VolatileTxStateMetaStorag performance if it's possible.
Attachments
Issue Links
- depends upon
-
IGNITE-21379 Investigate whether currently used busyLocks implementation is fast enough
- Resolved
- relates to
-
IGNITE-21375 RO transactions should not update txnState local map
- Resolved
- links to