Fractal Prefetching B+-Trees: Optimizing Both Cache and Disk Performance
Summary: fpB+-Trees nest cache-optimized subtrees inside disk-optimized B+-Trees to balance cache and I/O. Disk-first and cache-first variants deliver cache gains (1.1–1.8x search, 4.2x scans, 20x updates) with minimal I/O impact; jump-pointer arrays prefetch leaves to speed range scans (2.5–5x on DB2). (summarized by gpt-5-nano on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Shimin Chen (Carnegie Mellon University)
- 2. Phillip B. Gibbons (AT&T; Intel)
- 3. Todd C. Mowry (Carnegie Mellon University)
- 4. Gary Valentin (IBM)
BibTeX Citation
@inproceedings{chen_sigmod02,
title = {{Fractal Prefetching B+-Trees: Optimizing Both Cache and Disk Performance}},
author = {Chen, Shimin and Gibbons, Phillip B. and Mowry, Todd C. and Valentin, Gary},
series = {{SIGMOD} '02},
booktitle = {Proceedings of the {ACM} {SIGMOD} International Conference on Management of Data},
publisher = {Association for Computing Machinery},
doi = {10.1145/564691.564710},
url = {https://dl.acm.org/doi/10.1145/564691.564710},
year = {2002}
}
Incoming Citations (Sorted by Pagerank)
Showing 16 of 16 citing papers.
Previous
Page 1 / 1
Next
Outgoing Citations (Sorted by Pagerank)
Showing 7 of 7 cited papers.
Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.
| Rank | Cited Paper | Year | Venue | Pagerank |
|---|---|---|---|---|
| 49 | Weaving Relations for Cache Performance | 2001 | VLDB | 0.00043781096 |
| 67 | Making B+-Trees Cache Conscious in Main Memory | 2000 | SIGMOD | 0.00038461275 |
| 109 | DBMSs On A Modern Processor: Where Does Time Go? | 1999 | VLDB | 0.000331207 |
| 204 | Cache Conscious Indexing for Decision-Support in Main Memory | 1999 | VLDB | 0.00025342994 |
| 219 | A Study of Index Structures for Main Memory Database Management Systems | 1986 | VLDB | 0.00024293529 |
| 545 | Improving Index Performance through Prefetching | 2001 | SIGMOD | 0.00016766463 |
| 2,952 | The Value of Merge-Join and Hash-Join in SQL Server | 1999 | VLDB | 7.9255489e-05 |
Previous
Page 1 / 1
Next
Semantically Similar Papers
| # | Overall Rank | Paper | Year | Venue |
|---|---|---|---|---|
| 1 | 7,906 | Buffered Persistence in B+ Trees | 2024 | SIGMOD |
| 2 | 14,493 | Towards an Optimal Data-Structure: CB-trees | 1984 | VLDB |
| 3 | 7,189 | BP-tree: Overcoming the Point-Range Operation Tradeoff for In-Memory B-trees | 2023 | VLDB |
| 4 | 67 | Making B+-Trees Cache Conscious in Main Memory | 2000 | SIGMOD |
| 5 | 9,810 | B-Trees Are Back: Engineering Fast and Pageable Node Layouts | 2025 | SIGMOD |
| 6 | 5,120 | Multi-Disk B-trees | 1991 | SIGMOD |
| 7 | 1,813 | Main-Memory Index Structures with Fixed-Size Partial Keys | 2001 | SIGMOD |
| 8 | 6,742 | Bf-Tree: A Modern Read-Write-Optimized Concurrent Larger-Than-Memory Range Index | 2024 | VLDB |
| 9 | 10,829 | FB+-tree: A Memory-Optimized B+-tree with Latch-Free Update | 2025 | VLDB |
| 10 | 545 | Improving Index Performance through Prefetching | 2001 | SIGMOD |