Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/couchbaselabs/forestdb-benchmark
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2014-10-05T15:29:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T03:18:20.000Z (over 4 years ago)
- Last Synced: 2024-04-12T16:19:14.348Z (9 months ago)
- Language: C++
- Size: 351 KB
- Stars: 34
- Watchers: 192
- Forks: 21
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).