Closed MrCroxx closed 2 years ago
Now bench_kv --wheels can input [1, 10].
bench_kv --wheels
[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.
fsync
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.