Skip to content
/ rocksdb Public
forked from facebook/rocksdb

A library that provides an embeddable, persistent key-value store for fast storage.

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
Apache-2.0
LICENSE.Apache
Unknown
LICENSE.leveldb
Notifications You must be signed in to change notification settings

Orvid/rocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ee1f3cc · Sep 29, 2014
Sep 29, 2014
Feb 6, 2014
Sep 29, 2014
Jun 20, 2014
May 10, 2014
May 20, 2014
Apr 14, 2014
Sep 26, 2014
Sep 26, 2014
Sep 29, 2014
Sep 6, 2014
Sep 29, 2014
Jun 23, 2014
Sep 18, 2014
Sep 27, 2014
Sep 29, 2014
Feb 14, 2014
Jan 14, 2014
Sep 29, 2014
Sep 4, 2014
Sep 29, 2014
Jul 8, 2014
Sep 24, 2014
Jun 17, 2014
Mar 12, 2014
Sep 29, 2014
Oct 16, 2013
Sep 17, 2014
Apr 15, 2014
Sep 29, 2014

Repository files navigation

RocksDB: A Persistent Key-Value Store for Flash and RAM Storage

Build Status

RocksDB is developed and maintained by Facebook Database Engineering Team. It is built on earlier work on LevelDB by Sanjay Ghemawat ([email protected]) and Jeff Dean ([email protected])

This code is a library that forms the core building block for a fast key value server, especially suited for storing data on flash drives. It has a Log-Structured-Merge-Database (LSM) design with flexible tradeoffs between Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and Space-Amplification-Factor (SAF). It has multi-threaded compactions, making it specially suitable for storing multiple terabytes of data in a single database.

Start with example usage here: https://github.com/facebook/rocksdb/tree/master/examples

See the github wiki for more explanation.

The public interface is in include/. Callers should not include or rely on the details of any other header files in this package. Those internal APIs may be changed without warning.

Design discussions are conducted in https://www.facebook.com/groups/rocksdb.dev/

About

A library that provides an embeddable, persistent key-value store for fast storage.

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
COPYING
Apache-2.0
LICENSE.Apache
Unknown
LICENSE.leveldb

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 82.7%
  • Java 10.4%
  • Perl 2.3%
  • C 1.7%
  • Makefile 0.9%
  • Shell 0.8%
  • Other 1.2%