Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default batch inserts assume document count multiple of 100 #1

Open
asya999 opened this issue Mar 22, 2015 · 0 comments
Open

Default batch inserts assume document count multiple of 100 #1

asya999 opened this issue Mar 22, 2015 · 0 comments

Comments

@asya999
Copy link
Contributor

asya999 commented Mar 22, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant