Abstract
Multi-versioned database systems have the potential to significantly increase the amount of concurrency in transaction processing because they can avoid read-write conflicts. Unfortunately, the increase in concurrency usually comes at the cost of transaction serializability. If a database user requests full serializability, modern multi-versioned systems significantly constrain read-write concurrency among conflicting transactions and employ expensive synchronization patterns in their design. In main-memory multi-core settings, these additional constraints are so burdensome that multi-versioned systems are often
significantly
outperformed by single-version systems.
We propose B
ohm
, a new concurrency control protocol for main-memory multi-versioned database systems. B
ohm
guarantees serializable execution while ensuring that reads
never
block writes. In addition, B
ohm
does not require reads to perform any bookkeeping whatsoever, thereby avoiding the overhead of tracking reads via contended writes to shared memory. This leads to excellent scalability and performance in multi-core settings. B
ohm
has all the above characteristics without performing validation based concurrency control. Instead, it is pessimistic, and is therefore not prone to excessive aborts in the presence of contention. An experimental evaluation shows that B
ohm
performs well in both high contention and low contention settings, and is able to dramatically outperform state-of-the-art multi-versioned systems despite maintaining the full set of serializability guarantees.
Subject
General Earth and Planetary Sciences,Water Science and Technology,Geography, Planning and Development
Cited by
108 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Dodo: A scalable optimistic deterministic concurrency control protocol;Future Generation Computer Systems;2024-10
2. Towards Optimal Transaction Scheduling;Proceedings of the VLDB Endowment;2024-07
3. Spectrum: Speedy and Strictly-Deterministic Smart Contract Transactions for Blockchain Ledgers;Proceedings of the VLDB Endowment;2024-06
4. Fast Abort-Freedom for Deterministic Transactions;2024 IEEE International Parallel and Distributed Processing Symposium (IPDPS);2024-05-27
5. Optimizing Aria Concurrency Control Protocol with Early Dependency Resolution;2024 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW);2024-05-27