1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/databases/rocksdb/pkg-descr
Sunpoet Po-Chuan Hsieh 12ddabb329 Update WWW
2018-08-22 21:45:00 +00:00

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