YCSB
YCSB copied to clipboard
Default batch inserts assume document count multiple of 100
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.