0541d15e1c
- Update WWW Changes: https://github.com/facebook/rocksdb/releases
7 lines
397 B
Text
7 lines
397 B
Text
RocksDB is an embeddable persistent key-value store for fast storage. RocksDB
|
|
can also be the foundation for a client-server database but our current focus is
|
|
on embedded workloads.
|
|
|
|
RocksDB builds on LevelDB to be scalable to run on servers with many CPU cores,
|
|
to efficiently use fast storage, to support IO-bound, in-memory and write-once
|
|
workloads, and to be flexible to allow for innovation.
|