arXiv · 2201.09331
Cuckoo Trie: Exploiting Memory-Level Parallelism for Efficient DRAM Indexing
Abstract
We present the Cuckoo Trie, a fast, memory-efficient ordered index structure. The Cuckoo Trie is designed to have memory-level parallelism -- which a modern out-of-order processor can exploit to execute DRAM accesses in parallel -- without sacrificing memory efficiency. The Cuckoo Trie thus breaks a fundamental performance barrier faced by current indexes, whose bottleneck is a series of dependent pointer-chasing DRAM accesses -- e.g., traversing a search tree path -- which the processor cannot parallelize. Our evaluation shows that the Cuckoo Trie outperforms state-of-the-art-indexes by up to 20%--360% on a variety of datasets and workloads, typically with a smaller or comparable memory footprint.
Explore related subjects
Keep this discovery
Adar Zeitak, Adam Morrison. 2022-01-23. Cuckoo Trie: Exploiting Memory-Level Parallelism for Efficient DRAM Indexing. https://doi.org/10.1145/3477132.3483551
Cite the original work for its findings. Save a collection to share your selection of sources.