An Analysis of Concurrency Control Protocols for In-Memory Databases with CCBench
Summary: CCBench is a configurable CC analysis platform for in-memory DBs; supports seven protocols and seven optimization methods. Silo can beat TicToc on writes; conflict handling matters; two optimizations: read-phase extension and aggressive GC; code on GitHub. (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Takayuki Tanabe (NAUTILUS Technologies, Inc.)
- 2. Takashi Hoshino (Cybozu Labs, Inc.)
- 3. Hideyuki Kawashima (Keio University)
- 4. Osamu Tatebe (University of Tsukuba)
BibTeX Citation
@article{tanabe_vldb20,
title = {{An Analysis of Concurrency Control Protocols for In-Memory Databases with CCBench}},
author = {Tanabe, Takayuki and Hoshino, Takashi and Kawashima, Hideyuki and Tatebe, Osamu},
journal = {PVLDB},
series = {{VLDB} '20},
volume = {13},
number = {13},
pages = {3531--3544},
doi = {10.14778/3424573.3424575},
url = {https://doi.org/10.14778/3424573.3424575},
year = {2020}
}
Incoming Citations (Sorted by Pagerank)
Showing 5 of 5 citing papers.
| Rank | Citing Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 5,109 | The Case for Distributed Shared-Memory Databases with RDMA-Enabled Memory Disaggregation | 2023 | VLDB | 6.3615847e-05 |
| 7,184 | Memory-Optimized Multi-Version Concurrency Control for Disk-Based Database Systems | 2022 | VLDB | 5.6785094e-05 |
| 10,348 | Brook-2PL: Tolerating High Contention Workloads with A Deadlock-Free Two-Phase Locking Protocol | 2026 | SIGMOD | 5.093636e-05 |
| 10,864 | Oze: Decentralized Graph-based Concurrency Control for Long-running Update Transactions | 2025 | VLDB | 5.093636e-05 |
| 11,195 | On the Feasibility and Benefits of Extensive Evaluation | 2024 | SIGMOD | 5.093636e-05 |
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 27 of 27 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 | 172 | High-Performance Concurrency Control Mechanisms for Main-Memory Databases | 2012 | VLDB |
| 2 | 6,445 | Performance Evaluation of a Two-Phase Commit Based Protocol for Distributed Databases | 1982 | PODS |
| 3 | 10,889 | Concurrency Control as a Service | 2025 | VLDB |
| 4 | 6,291 | Adaptive Optimistic Concurrency Control for Heterogeneous Workloads | 2019 | VLDB |
| 5 | 4,356 | Adaptive Concurrency Control: Despite the Looking Glass, One Concurrency Control Does Not Fit All | 2017 | CIDR |
| 6 | 3,198 | Scaling Multicore Databases via Constrained Parallel Execution | 2016 | SIGMOD |
| 7 | 2,533 | Empirical Comparison of Database Concurrency Control Schemes | 1983 | VLDB |
| 8 | 3,013 | Opportunities for Optimism in Contended Main-Memory Multicore Transactions | 2020 | VLDB |
| 9 | 903 | An Empirical Evaluation of In-Memory Multi-Version Concurrency Control | 2017 | VLDB |
| 10 | 3,204 | BCC: Reducing False Aborts in Optimistic Concurrency Control with Low Cost for In-Memory Databases | 2016 | VLDB |