mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
1bdb3990e7
- Add GitHub repository to WWW
11 lines
464 B
Plaintext
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
|