PALM: Parallel Architecture-Friendly Latch-Free Modifications to B+ Trees on Many-Core Processors
Summary: PALM replaces latch-based B+ tree concurrency with BSP-style, staged atomic batches and point-to-point synchronization, eliminating races and contention. It exploits many-core parallelism to deliver 2.3–19× higher update throughput with sub-350 μs latency. (summarized by gpt-5.6-luna on Jul 24 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Jason Sewall (Intel)
- 2. Jatin Chhugani (Intel)
- 3. Changkyu Kim (Intel)
- 4. Nadathur Satish (Intel)
- 5. Pradeep Dubey (Intel)
BibTeX Citation
@article{sewall_vldb11,
title = {{PALM: Parallel Architecture-Friendly Latch-Free Modifications to B+ Trees on Many-Core Processors}},
author = {Sewall, Jason and Chhugani, Jatin and Kim, Changkyu and Satish, Nadathur and Dubey, Pradeep},
journal = {PVLDB},
series = {{VLDB} '11},
volume = {4},
number = {11},
pages = {795--806},
doi = {10.14778/3402707.3402712},
url = {https://doi.org/10.14778/3402707.3402712},
year = {2011}
}
Incoming Citations (Sorted by Pagerank)
Showing 13 of 13 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,710 | Mining Tree-Structured Data on Multicore Systems | 2009 | VLDB |
| 2 | 10,824 | Efficient Concurrent Updates to Persistent Randomized Binary Search Trees | 2025 | VLDB |
| 3 | 1,710 | Cache-Conscious Concurrency Control of Main-Memory Indexes on Shared-Memory Multiprocessor Systems | 2001 | VLDB |
| 4 | 10,829 | FB+-tree: A Memory-Optimized B+-tree with Latch-Free Update | 2025 | VLDB |
| 5 | 948 | BzTree: A High-Performance Latch-free Range Index for Non-Volatile Memory | 2018 | VLDB |
| 6 | 5,993 | NBTree: a Lock-free PM-friendly Persistent B+-Tree for eADR-enabled PM Systems | 2022 | VLDB |
| 7 | 5,530 | A Framework for the Performance Analysis of Concurrent B-tree Algorithms | 1990 | PODS |
| 8 | 1,663 | Performance of B-Tree Concurrency Control Algorithms | 1991 | SIGMOD |
| 9 | 13,036 | New Concurrency Control Algorithms for Accessing and Compacting B-Trees | 1994 | VLDB |
| 10 | 10,568 | Operation-Aware Hybrid Locking for Modern In-Memory Indexes | 2026 | VLDB |