1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/databases/rocksdb/pkg-descr
Sunpoet Po-Chuan Hsieh 1bdb3990e7 - Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
- Add GitHub repository to WWW
2015-03-21 19:37:17 +00:00

11 lines
464 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.
WWW: http://rocksdb.org/
WWW: https://github.com/facebook/rocksdb