1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/databases/rocksdb/pkg-descr
Sunpoet Po-Chuan Hsieh da0c14ecd3 - Add rocksdb 3.2
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.

GitHub repository at https://github.com/facebook/rocksdb

WWW: http://rocksdb.org/
2014-07-22 17:42:24 +00:00

12 lines
481 B
Plaintext

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.
GitHub repository at https://github.com/facebook/rocksdb
WWW: http://rocksdb.org/