You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: