-
Notifications
You must be signed in to change notification settings - Fork 164
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
No bulk write function #890
Comments
Hi @ktjd123, apologies for the delay on the bulk write feature. We are currently working on designing/implementing an improved bulk write API for all of the MongoDB drivers, so we are waiting until that work is done to add bulk write to the Rust driver. We do not currently have a time frame for when that will be released, but you can follow RUST-1282 for updates. |
I should have researched this before migrating a nodejs app to Rust. How can we help this feature get prioritized/done? |
@danielsan the bulk write feature is nearing completion and should be released within the coming weeks. Please note that the actual server command that it uses is introduced in server version 8.0, which is only available as a release candidate right now. In the meantime, you can use the |
Bulk write will be released in the upcoming 3.0.0-beta release, going to close this out. |
Would you mind clarifying if v8 is needed for bulk writes to the same collection as well:
Specifically, I see the mongodb docs.rs only mention a requirement of |
Hey @ShaunSHamilton, 8.0 is required for any kind of bulk write using the |
Hi,
Is there planned release date for bulkWrite function expose?
Saw it will be exposed at end of 2022 but seems no update.
Thank you.
The text was updated successfully, but these errors were encountered: