Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/couchbaselabs/forestdb-benchmark

Benchmark program for ForestDB, Couchstore, LevelDB, RocksDB, and WiredTiger
https://github.com/couchbaselabs/forestdb-benchmark

Last synced: 1 day ago
JSON representation

Benchmark program for ForestDB, Couchstore, LevelDB, RocksDB, and WiredTiger

Awesome Lists containing this project

README

        

ForestDB-Benchmark
==================
ForestDB-Benchmark is a benchmark program for embedded key-value storage engines, based on a sophisticated workload generation which is more realistic than performing a bunch of read/write operations. It generates key-value store operations using the APIs of Couchstore, which is the current storage engine of Couchbase Server. We currently provide API-wrappers for ForestDB, LevelDB, RocksDB, and WiredTiger.

How to Build
----
Please refer to [INSTALL.MD](https://github.com/couchbaselabs/ForestDB-Benchmark/blob/master/INSTALL.md)

How to Use
----
Please visit [wiki pages](https://github.com/couchbaselabs/ForestDB-Benchmark/wiki).