kvbench
Key-value store tester
A benchmarking tool to evaluate the performance of key/value stores by generating and consuming data in parallel.
Key/Value database benchmark
26 stars
2 watching
2 forks
Language: Go
last commit: about 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
akrylysov/pogreb | An embedded key-value store optimized for fast random lookups and infrequent bulk inserts. | 1,312 |
chainsafe/chaindb | A high-performance key-value store implemented on top of BadgerDB | 20 |
lmdbjava/benchmarks | A benchmarking project comparing various Java-based key-value stores | 139 |
hotpotatoc/kvstore | An experimental key-value store server compatible with the Redis protocol. | 17 |
yahoo/halodb | A high-performance key-value store designed for IO-bound workloads with low latency and high throughput. | 507 |
speedb-io/speedb | A high-performance key-value store designed to support modern data sets. | 917 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
mikkelhjuul/ld | A simple, RPC-based key-value database that provides basic get, set, and delete operations with bidirectional streaming. | 22 |
kvs/kwalify | Tool for validating and binding data in YAML and JSON formats | 22 |
claygod/coffer | ACID-compliant key-value database with support for transactions and high throughput | 39 |
simerplaha/swaydb | A high-performance key-value storage engine designed for the JVM, supporting various use cases and configurations. | 293 |
lotusdblabs/lotusdb | An optimized key-value store that combines the benefits of LSM and B+ tree data structures for fast read/write performance. | 2,080 |
samokhodkin/whippet-db | A high-performance embedded key-value store for Java applications | 24 |
jongretar/exbitcask | An Elixir wrapper around Basho's Bitcask Key/Value store for fast data access and storage | 12 |
radareorg/sdb | A lightweight key-value store with basic data structure support and syntax sugar for JSON and arrays | 217 |