fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
444 B
Plaintext
10 lines
444 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.
|
|
|
|
See also: https://github.com/facebook/rocksdb
|