-
Notifications
You must be signed in to change notification settings - Fork 33
RocksDB
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.
Table of Contents
- DVID Overview
- Features
- Philosophy
- DVID Flexibility and Comparisons
- External Use of DVID
- Installation
- User's Guide
- Developer's Guide