What is it about?
It introduces an optimistic concurrency control algorithm for managing simultaneous transactions in database and reduce the amount of aborted transactions due to conflicts with other’s transactions by leveraging high concurrency and data correctness.
Featured Image
Photo by Daryan Shamkhali on Unsplash
Why is it important?
It give a promise of high concurrency that only exists in weak isolation levels and at the same time, a high level of consistency of data by allowing to read uncommitted data if the transaction that writes it will eventually commits.
Perspectives
Read the Original
This page is a summary of: OCC2T: An Early-Read Dual-Track OCC Algorithm For Mixed Mode Systems, March 2023, ACM (Association for Computing Machinery),
DOI: 10.1145/3555776.3577757.
You can read the full text:
Contributors
The following have contributed to this page