Youngjae Lee
Youngjae Lee
Since YCSB is usually used to measure peak throughput, it does not have a request rate customization. I think we could add some simple constant rate limit algorithms, but simulating...
Hi, sorry for the late reply. I've added a way to limit the client request rate. Check out the rate_limit branch. A constant rate can be specified using the `limit.ops`...
> how to get read throughput and latency when I set the rate limite? throughput and latency is fixed. If you limit the maximum rate, the rate should be fixed,...
I've added `keyprefix` configuration. https://github.com/ls4154/YCSB-cpp/blob/master/PROPERTIES.md