Skip to content

Fix pre-splitting / chunk-moving example #1249

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

Closed
wants to merge 1 commit into from

Conversation

drmirror
Copy link
Contributor

The example doesn't actually suggest any collection size (certainly not "100 million documents", why would it?).

The example given in the second part is actually wrong -- since it divides by 6 rather than computing a modulus, the index would quickly exceed the array length, rather than round-robinning through it.

The example doesn't actually suggest any collection size (certainly not "100 million documents", why would it?).

The example given in the second part is actually wrong -- since it divides by 6 rather than computing a modulus, the index would quickly exceed the array length, rather than round-robinning through it.
@tychoish
Copy link
Contributor

merged!

@tychoish tychoish closed this Sep 10, 2013
mongo-cr-bot pushed a commit that referenced this pull request Jun 13, 2022
* changed download instructions

* changed download instructions

* removed extra line

* update link

* updated text to only specify shared lib
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

Successfully merging this pull request may close these issues.

2 participants