DBScholar

Back to papers

Performance Guarantees for B-trees with Different-Sized Atomic Keys

Summary: Defines an "atomic-key" B-tree model for opaque, variable-length keys and gives B-tree-like expected-cost bounds parameterized by average key size K: static search O(ceil(K/B) log_{1+ceil(B/K)} N) and dynamic amortized insert O(ceil(K/B) log_{1+ceil(B/K)} N + |kappa|/B) transfers. Minimal structural change (pivot choice), builds in O(NK) work (O(NK/B) transfers if sorted), proves worst-case bounds impossible, and provides a DP to construct optimal expected-cost search trees. (summarized by gpt-5-mini on Feb 09 2026)

Paper ID
1528
Venue
PODS
Year
2010
Pagerank
5.1785299e-05
Overall Rank
10,009 | 31.33%
DOI
10.1145/1807085.1807125

Incoming Non-self Citations Over Time

Authors

BibTeX Citation

@inproceedings{bender_pods10,
        address = {New York, NY, USA},
        series = {{PODS} '10},
        title = {{Performance Guarantees for B-trees with Different-Sized Atomic Keys}},
        url = {https://dl.acm.org/doi/10.1145/1807085.1807125},
        doi = {10.1145/1807085.1807125},
        booktitle = {Proceedings of the {ACM} {SIGMOD} Symposium on {Principles} of {Database} {Systems}},
        publisher = {Association for Computing Machinery},
        author = {Bender, Michael A. and Hu, Haodong and Kuszmaul, Bradley C.},
        year = {2010}
}

Incoming Citations (Sorted by Pagerank)

Showing 1 of 1 citing papers.

Rank Citing Paper Year Venue Pagerank
10,829 FB+-tree: A Memory-Optimized B+-tree with Latch-Free Update 2025 VLDB 5.093636e-05
Previous Page 1 / 1 Next

Outgoing Citations (Sorted by Pagerank)

Showing 1 of 1 cited papers.

Citations counted here include only citations to other VLDB/SIGMOD/CIDR/PODS papers in this database.

Rank Cited Paper Year Venue Pagerank
1,112 Cache-Oblivious String B-trees 2006 PODS 0.00012125766
Previous Page 1 / 1 Next

Semantically Similar Papers