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.
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.