YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

Default batch inserts assume document count multiple of 100

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

If the last document to be inserted is not on the batch boundary, then the remainder of recordcount%batchsize will not be inserted.

Default batchsize is 100, so if the recordcount divided by the number of threads is not multiple of 100 then the remainder of the count will not be inserted.

asya999 avatar Mar 22 '15 22:03 asya999