How We Built a High Performance Document Store on RocksDB?
This blog post was co-authored by Mikhail Bautin and Kannan Muthukkaruppan
RocksDB is a popular embeddable persistent key-value store. First open sourced by Facebook in 2012 as a fork of the Google LevelDB project, it has been adapted over the years to a wide range of workloads including database storage engines and application data caching.
In this post, we explain our rationale for selecting RocksDB as a foundational building block for YugabyteDB.
…