Sciweavers

PODS
2006
ACM

Cache-oblivious string B-trees

14 years 3 months ago
Cache-oblivious string B-trees
B-trees are the data structure of choice for maintaining searchable data on disk. However, B-trees perform suboptimally ? when keys are long or of variable length, ? when keys are compressed, even when using front compression, the standard B-tree compression scheme, ? for range queries, and ? with respect to memory effects such as disk prefetching. This paper presents a cache-oblivious string B-tree (COSB-tree) data structure that is efficient in all these ways: ? The COSB-tree searches asymptotically optimally and inserts and deletes nearly optimally. ? It maintains an index whose size is proportional to the frontcompressed size of the dictionary. Furthermore, unlike standard front-compressed strings, keys can be decompressed in a memory-efficient manner. ? It performs range queries with no extra disk seeks; in contrast, B-trees incur disk seeks when skipping from leaf block to leaf block. ? It utilizes all levels of a memory hierarchy efficiently and makes good use of disk locality ...
Michael A. Bender, Martin Farach-Colton, Bradley C
Added 08 Dec 2009
Updated 08 Dec 2009
Type Conference
Year 2006
Where PODS
Authors Michael A. Bender, Martin Farach-Colton, Bradley C. Kuszmaul
Comments (0)