inlinedio / ikv-store

High-performance key-value store for ML inference. 100x faster than Redis.
https://inlined.io/
MIT License
201 stars 5 forks source link

Add YCSB benchmarking binding for IKV #136

Open pushkarmoi opened 3 months ago

pushkarmoi commented 3 months ago

https://github.com/brianfrankcooper/YCSB/wiki/Adding-a-Database

YCSB is a widely used standard benchmarking tool. I see a RocksDB binding for it, we should be able to test IKV with it (and compare with client-server style DBs like Redis)