Abstract
OLTP systems can often improve throughput by
batching
transactions and processing them as a group. Batching has been used for optimizations such as message packing and group commits; however, there is little research on the benefits of a holistic approach to batching across a transaction's entire life cycle. In this paper, we present a framework to incorporate batching at multiple stages of transaction execution for OLTP systems based on optimistic concurrency control. Storage batching enables reordering of transaction reads and writes at the storage layer, reducing conflicts on the same object. Validator batching enables reordering of transactions before validation, reducing conflicts between transactions. Dependencies between transactions make transaction reordering a non-trivial problem, and we propose several efficient and practical algorithms that can be customized to various transaction precedence policies such as reducing tail latency. We also show how to reorder transactions with a thread-aware policy in multi-threaded OLTP architecture without a centralized validator.
In-depth experiments on a research prototype, an opensource OLTP system, and a production OLTP system show that our techniques increase transaction throughput by up to 2.2x and reduce their tail latency by up to 71% compared with the start-of-the-art systems on workloads with high data contention.
Subject
General Earth and Planetary Sciences,Water Science and Technology,Geography, Planning and Development
Cited by
42 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. TimeCloth: Fast Point-in-Time Database Recovery in The Cloud;Companion of the 2024 International Conference on Management of Data;2024-06-09
2. Fast Abort-Freedom for Deterministic Transactions;2024 IEEE International Parallel and Distributed Processing Symposium (IPDPS);2024-05-27
3. DoppelGanger++: Towards Fast Dependency Graph Generation for Database Replay;Proceedings of the ACM on Management of Data;2024-03-12
4. Key-Based Transaction Reordering: An Optimized Approach for Concurrency Control in Hyperledger Fabric;Lecture Notes in Computer Science;2024
5. Xfast: Extreme File Attribute Stat Acceleration for Lustre;Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis;2023-11-11