tikv / client-rust

Rust Client for TiKV.
Apache License 2.0
389 stars 131 forks source link

perf comparision between tikv golang client and client-rust? #421

Closed inevity closed 1 year ago

inevity commented 1 year ago

Anyone have perform this? We found client-rust perf worse than the golang client on raw tikv doing set ops(6w vs 27w iops) , so now just the go client through ffi.

What are your data? I saw fix raw scan fix on scan perf. And these days we did not have the region cache in the client-rust.

pingyu commented 1 year ago

Can you share your benchmark program, workload, and cluster setup ? Thanks.

p.s. we have region cache here.

pingyu commented 1 year ago

Close for inactive. Please reopen the pull request whenever you have further comments. Thanks~