Computer Science > Databases
[Submitted on 28 May 2020 (v1), revised 12 Dec 2020 (this version, v2), latest version 21 Jul 2021 (v3)]
Title:CedrusDB: Persistent Key-Value Store with Memory-Mapped Lazy-Trie
View PDFAbstract:Most of today's persistent key-value stores are based either on a write-optimized Log-Structured Merge tree (LSM) or a read-optimized B+-tree, both of which assume that there is not enough memory to cache the entire data set. As RAM is becoming cheaper and more abundant, it is time to revisit the design of persistent key-value storage systems. This paper introduces a new design called "lazy-trie" to index the persistent storage, a variant of the hash-trie data structure, optimized to cache entirely in memory. A lazy-trie achieves near-optimal height and has practical storage overhead, but does not support range queries.
We implemented CedrusDB, a lazy-trie-based persistent key-value store. The implementation uses memory-mapping. The lazy-trie organization in virtual memory allows CedrusDB to better leverage concurrent processing than other organizations. CedrusDB achieves comparable or superior performance for both popular LSM- and B+-tree-based key-value stores in mixed workloads.
Submission history
From: Maofan Yin [view email][v1] Thu, 28 May 2020 03:26:02 UTC (7,841 KB)
[v2] Sat, 12 Dec 2020 04:49:58 UTC (9,807 KB)
[v3] Wed, 21 Jul 2021 20:13:46 UTC (9,232 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.