Skip to content

Comments

Support for BulkWrite into multiple collections.#5169

Open
christophstrobl wants to merge 5 commits intomainfrom
issue/5087
Open

Support for BulkWrite into multiple collections.#5169
christophstrobl wants to merge 5 commits intomainfrom
issue/5087

Conversation

@christophstrobl
Copy link
Member

This PR introduces a new Bulk API that allows to prepare a bulk independently from MongoOperations.
The decoupling of the actual bulk to execute and the underlying operations allows for better read and maintainability.

Since multi collection bulk writes require MongoDB 8.0+ the execution layer makes sure to still route single collection bulk writes to the collection API so that users with older MongoDB Server generations are able use the new API without having to upgrade their server.

Closes: #5087

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.

Add support for Bulk Write into multiple collections.

2 participants