aboutsummaryrefslogtreecommitdiff
path: root/databases/rocksdb-lite/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rocksdb-lite/pkg-descr')
-rw-r--r--databases/rocksdb-lite/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/rocksdb-lite/pkg-descr b/databases/rocksdb-lite/pkg-descr
new file mode 100644
index 000000000000..a8ef4259b2b1
--- /dev/null
+++ b/databases/rocksdb-lite/pkg-descr
@@ -0,0 +1,10 @@
+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