YCSB
YCSB copied to clipboard
Inserts with batches larger than one don't track real latencies
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.