An Empirical Evaluation of In-Memory Multi-Version Concurrency Control
Summary: Empirical study of MVCC on multi-core hardware, evaluating four design axes: concurrency protocol, version storage, GC, and index management. Implemented MVCC variants in in-memory DBMS and evaluated OLTP workloads to reveal bottlenecks and scaling limits. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Yingjun Wu (National University of Singapore)
- 2. Joy Arulraj (Carnegie Mellon University)
- 3. Jiexi Lin (Carnegie Mellon University)
- 4. Ran Xian (Carnegie Mellon University)
- 5. Andrew Pavlo (Carnegie Mellon University)
BibTeX Citation
@article{wu_vldb17,
title = {{An Empirical Evaluation of In-Memory Multi-Version Concurrency Control}},
author = {Wu, Yingjun and Arulraj, Joy and Lin, Jiexi and Xian, Ran and Pavlo, Andrew},
journal = {PVLDB},
series = {{VLDB} '17},
volume = {10},
number = {7},
pages = {781--792},
doi = {10.14778/3067421.3067427},
url = {https://doi.org/10.14778/3067421.3067427},
year = {2017}
}
Incoming Citations (Sorted by Pagerank)
Showing 16 of 66 citing papers.
Outgoing Citations (Sorted by Pagerank)
Showing 19 of 19 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 9,606 | One-shot Garbage Collection for In-memory OLTP through Temporality-aware Version Storage | 2023 | SIGMOD |
| 2 | 7,765 | An Analysis of Concurrency Control Protocols for In-Memory Databases with CCBench | 2020 | VLDB |
| 3 | 2,533 | Empirical Comparison of Database Concurrency Control Schemes | 1983 | VLDB |
| 4 | 511 | On Concurrency Control by Multiple Versions | 1982 | PODS |
| 5 | 3,013 | Opportunities for Optimism in Contended Main-Memory Multicore Transactions | 2020 | VLDB |
| 6 | 4,218 | Reducing Database Locking Contention Through Multi-version Concurrency | 2014 | VLDB |
| 7 | 6,099 | Transaction Repair for Multi-Version Concurrency Control | 2017 | SIGMOD |
| 8 | 7,184 | Memory-Optimized Multi-Version Concurrency Control for Disk-Based Database Systems | 2022 | VLDB |
| 9 | 172 | High-Performance Concurrency Control Mechanisms for Main-Memory Databases | 2012 | VLDB |
| 10 | 233 | Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems | 2015 | SIGMOD |