Publication | Closed Access
ForestDB: A Fast Key-Value Storage System for Variable-Length String Keys
46
Citations
17
References
2015
Year
EngineeringBig Data IndexingComputer ArchitectureStorage StructureStorage SystemsInformation RetrievalData ScienceVariable-length String KeysDatabase SystemManagementNosql DatabaseKeyvalue DatabaseData IntegrationParallel ComputingData ManagementPersistent StorageComputer ScienceDatabase TechnologyData IndexingRelational QueriesData ModelingKey-value Data
Indexing key-value data on persistent storage is an important factor for NoSQL databases. Most key-value storage engines use tree-like structures for data indexing, but their performance and space overhead rapidly get worse as the key length becomes longer. This also affects the merge or compaction cost which is critical to the overall throughput. In this paper, we present ForestDB, a key-value storage engine for a single node of large-scale NoSQL databases. ForestDB uses a new hybrid indexing scheme called HB <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">+</sup> -trie, which is a disk-based trie-like structure combined with B <sup xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">+</sup> -trees. It allows for efficient indexing and retrieval of arbitrary length string keys with relatively low disk accesses over tree-like structures, even though the keys are very long and randomly distributed in the key space. Our evaluation results show that ForestDB significantly outperforms the current key-value storage engine of Couchbase Server [1], LevelDB [2], and RocksDB [3], in terms of both the number of operations per second and the amount of disk writes per update operation.
| Year | Citations | |
|---|---|---|
Page 1
Page 1