Git Product home page Git Product logo

qdb's Introduction

qdb

A fast, high availability, fully Redis compatible store.

Redis Command Support

See commands for more.

Performance

Setup

1. install gorocks.a & levigo.a to GOPATH
$ cd extern && bash setup.sh

2. run qdb-server with specifed config file
$ qdb-server -c conf/config.toml -n 4 --create

redis-benchmark against qdb-server (default config, see conf/config.toml)

$ ./redis-benchmark -q -t set,get,incr,lpush,lpop,sadd,spop,lpush,lrange -c 100 -p 6380 -r 1000 -n 100000
SET: 31094.53 requests per second
GET: 53361.79 requests per second
INCR: 36049.03 requests per second
LPUSH: 43346.34 requests per second
LPOP: 37965.07 requests per second
SADD: 40899.80 requests per second
SPOP: 53333.33 requests per second
LPUSH (needed to benchmark LRANGE): 40567.95 requests per second
LRANGE_100 (first 100 elements): 3395.12 requests per second
LRANGE_300 (first 300 elements): 1202.59 requests per second
LRANGE_500 (first 450 elements): 849.21 requests per second
LRANGE_600 (first 600 elements): 640.11 requests per second

qdb's People

Contributors

siddontang avatar ngaut avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.