Enhancing RocksDB for Speed & Scale
This blog post was co-authored by Mikhail Bautin and Kannan Muthukkaruppan
As described in our previous post “How We Built a High Performance Document Store on RocksDB?”, YugabyteDB’s distributed document store (DocDB) uses RocksDB as its per-node storage engine. We made multiple performance and data density related enhancements to RocksDB in the course of embedding it into DocDB’s document storage layer (figure below).
…