Skip to content
Bill Katz edited this page Oct 18, 2016 · 4 revisions

(planned)

RocksDB builds on the original LevelDB code base and is currently the storage backend of choice for Go distributed databases like CockroachDB and DGraph. DVID might move to RocksDB as its default storage system pending benchmarks and testing due to its large developer community, although the Basho-tuned leveldb is working well for us.

Clone this wiki locally