MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: support multi wheel bench (on one node) #157

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

Now bench_kv --wheels can input [1, 10].

NOTE: Each wheel uses its own raft log store. Each raft log store sync itself. So performance will drop sharply if the latency of fsync of the disk for raft log store is high.