Concurrent Operations on B-Trees with Overtaking
Summary: Presents concurrent B-tree algorithms that reduce updater locking to a single node (vs. 2–3 in LY), lowering contention during searches/inserts. Also introduces a concurrent compression/merge triggered on underflow deletions, with each compression locking up to three nodes. (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Yehoshua Sagiv (Hebrew University)
BibTeX Citation
@inproceedings{sagiv_pods85,
address = {New York, NY, USA},
series = {{PODS} '85},
title = {{Concurrent Operations on B-Trees with Overtaking}},
url = {https://dl.acm.org/doi/10.1145/325405.325409},
doi = {10.1145/325405.325409},
booktitle = {Proceedings of the {ACM} {SIGMOD} Symposium on {Principles} of {Database} {Systems}},
publisher = {Association for Computing Machinery},
author = {Sagiv, Yehoshua},
year = {1985}
}
Incoming Citations (Sorted by Pagerank)
Showing 19 of 19 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 0 of 0 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 6,246 | Compact B-Trees | 1979 | SIGMOD |
| 2 | 2,968 | On-line Reorganization of Sparsely-populated B+-trees | 1996 | SIGMOD |
| 3 | 13,175 | Concurrency Control in Database Structures with Relaxed Balance | 1987 | PODS |
| 4 | 9,518 | Revisiting B-tree Compression: An Experimental Study | 2024 | SIGMOD |
| 5 | 4,783 | Concurrency Control Mechanisms and the Serializability of Concurrent Tree Algorithms | 1984 | PODS |
| 6 | 14,548 | On B-Trees: Routing Schemes And Concurrency | 1980 | SIGMOD |
| 7 | 7,026 | Operation Specific Locking In B-Trees | 1987 | PODS |
| 8 | 5,530 | A Framework for the Performance Analysis of Concurrent B-tree Algorithms | 1990 | PODS |
| 9 | 1,663 | Performance of B-Tree Concurrency Control Algorithms | 1991 | SIGMOD |
| 10 | 13,036 | New Concurrency Control Algorithms for Accessing and Compacting B-Trees | 1994 | VLDB |