YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

Inserts with batches larger than one don't track real latencies

Open asya999 opened this issue 10 years ago • 0 comments
trafficstars

When batchsize is greater than one, only maxLatency is correct but it applies to a batch, not single insert.

To calculate the real average latency for each batch:

Returned AverageLatency [INSERT] * batchsize

95th and 99th latencies are unavailable.

asya999 avatar Mar 22 '15 22:03 asya999