Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems
Summary: Fast Serializable MVCC for in-memory DBs with near single-version overhead. In-place updates and before-image deltas in undo buffers enable cheap, fine-grained serializability via precision locking: extensional writes of recent commits must not intersect the intensional read-predicate space. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Thomas Neumann (Technical University of Munich)
- 2. Tobias Mühlbauer (Technical University of Munich)
- 3. Alfons Kemper (Technical University of Munich)
BibTeX Citation
@inproceedings{neumann_sigmod15,
title = {{Fast Serializable Multi-Version Concurrency Control for Main-Memory Database Systems}},
author = {Neumann, Thomas and Mühlbauer, Tobias and Kemper, Alfons},
series = {{SIGMOD} '15},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/2723372.2749436},
url = {https://dl.acm.org/doi/10.1145/2723372.2749436},
year = {2015}
}
Incoming Citations (Sorted by Pagerank)
Showing 41 of 91 citing papers.
Outgoing Citations (Sorted by Pagerank)
Showing 26 of 26 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 | 7,085 | Using Multiversion Data for Non-interfering Execution of Write-only Transactions | 1991 | SIGMOD |
| 2 | 1,063 | High Performance Transactions via Early Write Visibility | 2017 | VLDB |
| 3 | 6,751 | An Almost-Serial Protocol for Transaction Execution in Main-Memory Database Systems | 2002 | VLDB |
| 4 | 7,988 | Scalable and Robust Snapshot Isolation for High-Performance Storage Engines | 2023 | VLDB |
| 5 | 6,099 | Transaction Repair for Multi-Version Concurrency Control | 2017 | SIGMOD |
| 6 | 245 | Serializable Isolation for Snapshot Databases | 2008 | SIGMOD |
| 7 | 7,184 | Memory-Optimized Multi-Version Concurrency Control for Disk-Based Database Systems | 2022 | VLDB |
| 8 | 4,218 | Reducing Database Locking Contention Through Multi-version Concurrency | 2014 | VLDB |
| 9 | 172 | High-Performance Concurrency Control Mechanisms for Main-Memory Databases | 2012 | VLDB |
| 10 | 903 | An Empirical Evaluation of In-Memory Multi-Version Concurrency Control | 2017 | VLDB |