Skip to search formSkip to main contentSkip to account menu

RocksDB

RocksDB is a high performance embedded database for key-value data. It is a fork of LevelDB which was then optimized to exploit many central… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2019
2019
Modern data centers aim to take advantage of high parallelism in storage devices for I/O intensive applications such as storage… 
2019
2019
In this paper, we examine the design tradeoffs of existing in-memory data structures of a state-of-the-art key-value store. We… 
2019
2019
LSM-Trees have become a popular building block in large-scale storage systems where hard drives are the dominant storage medium… 
2019
2019
High-performance storage devices, such as Non-Volatile Memory express Solid-State Drives (NVMe SSDs), have widely adopted in data… 
2018
2018
In real-world NoSQL deployments, users have to trade off CPU, memory, I/O bandwidth and storage space to achieve the required… 
2018
2018
Several distributed services ranging from key‐value stores to cloud storage require fault‐tolerance and reliability features. For… 
2018
2018
In this paper we investigate replica-group reconfiguration as a way to mask performance bottlenecks on the primary node of a… 
2018
2018
Accessing data with low latency is a major issue for big data platforms. Some platforms use a Multiget method when accessing data… 
2016
2016
Read, write and space efficiency make it easier to compare database algorithms. By efficiency I mean the amount of work, CPU and… 
2015
2015
Many OLTP deployments in the web-scale industry start with a single-node open-source DBMS, add automation to manage many…