Hello,
I'm currently evaluating a distributed kv store solution and it has come down to either foundationdb or tikv as the only viable options.
I've seen some other technical comparisons for example here, but I haven't seen any performance comparisons yet (qps, latency, etc). Foundationdb seems to have some very impressive performance characteristics. It would be very interesting to see how tikv compares.
Does such a comparison exist? Are there tikv benchmarks anywhere showing qps, latency, thoughput characteristics?
@elimist3 You can use https://github.com/pingcap/tidb/tree/master/cmd/benchkv to bench the TiKV (I am not sure if this can satisfy your attention).
Thanks for the reply, I will look into conducting my own benchmark if none exists.
Also just found Pegasus distributed kv project by Xiaomi which looks very interesting. It would be interesting to see a comparison between FoundationDB vs tikv vs Pegasus.
@elimist3 did you do the comparison?
Most helpful comment
@elimist3 did you do the comparison?