Reducing Database Locking Contention Through Multi-version Concurrency
Summary: Proposes kV-Indirection for MVCC using two versions per record to expose recent changes, avoiding temporal indexes. Prototype in a DB shows parallel optimistic/pessimistic MVCC with less contention and lock delays, delivering speedups vs single-version CC. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Mohammad Sadoghi (IBM)
- 2. Mustafa Canim (IBM)
- 3. Bishwaranjan Bhattacharjee (IBM)
- 4. Fabian Nagel (University of Edinburgh)
- 5. Kenneth A. Ross (Columbia University; IBM)
BibTeX Citation
@article{sadoghi_vldb14,
title = {{Reducing Database Locking Contention Through Multi-version Concurrency}},
author = {Sadoghi, Mohammad and Canim, Mustafa and Bhattacharjee, Bishwaranjan and Nagel, Fabian and Ross, Kenneth A.},
journal = {PVLDB},
series = {{VLDB} '14},
volume = {7},
number = {13},
pages = {1331--1342},
doi = {10.14778/2733004.2733006},
url = {https://doi.org/10.14778/2733004.2733006},
year = {2014}
}
Incoming Citations (Sorted by Pagerank)
Showing 11 of 11 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 14 of 14 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,184 | Memory-Optimized Multi-Version Concurrency Control for Disk-Based Database Systems | 2022 | VLDB |
| 2 | 6,099 | Transaction Repair for Multi-Version Concurrency Control | 2017 | SIGMOD |
| 3 | 2,056 | Modular Synchronization in Multiversion Databases: Version Control and Concurrency Control | 1989 | SIGMOD |
| 4 | 511 | On Concurrency Control by Multiple Versions | 1982 | PODS |
| 5 | 2,081 | Efficient and Flexible Methods for Transient Versioning of Records to Avoid Locking by Read-Only Transactions | 1992 | SIGMOD |
| 6 | 7,085 | Using Multiversion Data for Non-interfering Execution of Write-only Transactions | 1991 | SIGMOD |
| 7 | 3,579 | Multiversion Query Locking | 1992 | VLDB |
| 8 | 903 | An Empirical Evaluation of In-Memory Multi-Version Concurrency Control | 2017 | 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 |