Coder Social home page Coder Social logo

yoshinorim / rocksdb Goto Github PK

View Code? Open in Web Editor NEW

This project forked from facebook/rocksdb

0.0 1.0 1.0 97.35 MB

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

Home Page: http://rocksdb.org

License: Other

CMake 0.36% Makefile 0.93% PHP 0.53% Python 0.23% Shell 0.92% Perl 2.69% PowerShell 0.10% C++ 83.05% C 1.04% Java 10.15% Ruby 0.01%

rocksdb's Introduction

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

Build Status 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/

rocksdb's People

Contributors

4txj7f avatar adamretter avatar adyarshyam avatar agiardullo avatar ajkr avatar al13n321 avatar dalgaaf avatar dhruba avatar dojiboy9 avatar emayanke avatar fyrz avatar haoboxu avatar igorcanadi avatar islamabdelrahman avatar joelmarcey avatar jpaton avatar liewegas avatar lightmark avatar liukai avatar mdcallag avatar meyering avatar praveensinghrao avatar reidhoruff avatar rven1 avatar sherlocknomad avatar siying avatar stanislavglebik avatar yhchiang avatar yuslepukhin avatar zagfox avatar

Watchers

 avatar

Forkers

guoyu07

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.