@ -1,8 +1,8 @@
## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
## RocksDB: A Persistent Key-Value Store for Flash and RAM Storage
[](https://circleci.com/gh/facebook/rocksdb)
[](https://circleci.com/gh/facebook/rocksdb)
[](https://travis-ci.org /facebook/rocksdb)
[](https://travis-ci.com/github /facebook/rocksdb)
[](https://ci.appveyor.com/project/Facebook/rocksdb/branch/master )
[](https://ci.appveyor.com/project/Facebook/rocksdb/branch/main )
[](http://140-211-168-68-openstack.osuosl.org:8080/job/rocksdb)
[](http://140-211-168-68-openstack.osuosl.org:8080/job/rocksdb)
RocksDB is developed and maintained by Facebook Database Engineering Team.
RocksDB is developed and maintained by Facebook Database Engineering Team.
@ -17,7 +17,7 @@ and Space-Amplification-Factor (SAF). It has multi-threaded compactions,
making it especially suitable for storing multiple terabytes of data in a
making it especially suitable for storing multiple terabytes of data in a
single database.
single database.
Start with example usage here: https://github.com/facebook/rocksdb/tree/master /examples
Start with example usage here: https://github.com/facebook/rocksdb/tree/main /examples
See the [github wiki ](https://github.com/facebook/rocksdb/wiki ) for more explanation.
See the [github wiki ](https://github.com/facebook/rocksdb/wiki ) for more explanation.