Cache-Oblivious String B-trees
Summary: Cache-oblivious string B-tree (COSB-tree): index with asymptotically optimal searches and near-optimal updates, size proportional to front-compressed keys, and memory-efficient key decompression. Supports range queries with no extra disk seeks and exploits cache-oblivious layouts to utilize all memory-hierarchy levels. (summarized by gpt-5-mini on Feb 09 2026)
Incoming Non-self Citations Over Time
Authors
- 1. Michael A. Bender (State University of New York at Stony Brook)
- 2. Martin Farach-Colton (Rutgers University)
- 3. Bradley C. Kuszmaul (Massachusetts Institute of Technology)
BibTeX Citation
@inproceedings{bender_pods06,
address = {New York, NY, USA},
series = {{PODS} '06},
title = {{Cache-Oblivious String B-trees}},
url = {https://dl.acm.org/doi/10.1145/1142351.1142385},
doi = {10.1145/1142351.1142385},
booktitle = {Proceedings of the {ACM} {SIGMOD} Symposium on {Principles} of {Database} {Systems}},
publisher = {Association for Computing Machinery},
author = {Bender, Michael A. and Farach-Colton, Martin and Kuszmaul, Bradley C.},
year = {2006}
}
Incoming Citations (Sorted by Pagerank)
Showing 24 of 24 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 | 14,479 | An Empirical Comparison of B-Trees, Compact B-Trees and Multiway Trees | 1984 | SIGMOD |
| 2 | 14,549 | Multi-Table Search For B-Tree Files | 1979 | SIGMOD |
| 3 | 925 | Dictionary-based Order-preserving String Compression for Main Memory Column Stores | 2009 | SIGMOD |
| 4 | 6,246 | Compact B-Trees | 1979 | SIGMOD |
| 5 | 8,943 | Compact O-Complete Trees | 1988 | VLDB |
| 6 | 9,635 | Memory-Efficient Search Trees for Database Management Systems | 2021 | SIGMOD |
| 7 | 204 | Cache Conscious Indexing for Decision-Support in Main Memory | 1999 | VLDB |
| 8 | 67 | Making B+-Trees Cache Conscious in Main Memory | 2000 | SIGMOD |
| 9 | 14,493 | Towards an Optimal Data-Structure: CB-trees | 1984 | VLDB |
| 10 | 8,951 | On Searching Compressed String Collections Cache-Obliviously | 2008 | PODS |