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

Support for BulkWriter #279

Open
CodingSoot opened this issue Oct 7, 2021 · 2 comments
Open

Support for BulkWriter #279

CodingSoot opened this issue Oct 7, 2021 · 2 comments
Labels
feature-request Feature Request help wanted Extra attention is needed

Comments

@CodingSoot
Copy link

Hello,
Is there any support for BulkWriter ?
Thanks.

@wovalle
Copy link
Owner

wovalle commented Oct 8, 2021 via email

@CodingSoot
Copy link
Author

Bulkwriter is used to perform a large number of writes in parallel.
It doesn't have the 500 docs limits, and it doesn't perform operations atomically.

It respects the 500/50/5 rule :

Start with up to 500 operations per second for a new collection, then increase traffic by 50% every five minutes.

@wovalle wovalle added feature-request Feature Request help wanted Extra attention is needed labels Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Feature Request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants