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

Utilize bulk writes when persisting document changes #1083

Open
sirian opened this issue Apr 22, 2015 · 4 comments
Open

Utilize bulk writes when persisting document changes #1083

sirian opened this issue Apr 22, 2015 · 4 comments
Labels
Projects

Comments

@sirian
Copy link

sirian commented Apr 22, 2015

Is there any plans to use MongoWriteBatch classes for updates/inserts?
http://php.net/manual/ru/mongo.batch.php

It would be awesome


Edit from @jmikola: This issue was originally opened when ODM was using the legacy driver. The equivalent request for ODM 2.x will be to use MongoDB\Driver\BulkWrite.

@malarzm malarzm added the Idea label Apr 29, 2015
@jmikola
Copy link
Member

jmikola commented Jun 13, 2015

@sirian: I have certainly thought about this. At this point, it may make more sense to just wait until we can port ODM over to the next-gen driver/extension, which also has a BulkWrite API.

@stale
Copy link

stale bot commented Jan 21, 2019

This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale Issues that have not seen any activity in 30 days label Jan 21, 2019
@malarzm malarzm added this to the 2.x milestone Jan 22, 2019
@malarzm malarzm added this to 2.x in Roadmap Jan 22, 2019
@malarzm malarzm removed the Stale Issues that have not seen any activity in 30 days label Jan 22, 2019
@jmikola
Copy link
Member

jmikola commented Feb 19, 2019

@malarzm: While 2.0 is using ext-mongodb, I don't think it's taking advantage of bulk writes for flush operations. Are you aware of any ticket for that? If not, perhaps we can repurpose this.

@malarzm
Copy link
Member

malarzm commented Feb 19, 2019

@jmikola repurposing this ticket is a good idea 👍

@jmikola jmikola changed the title MongoWriteBatch support Utilize bulk writes when persisting document changes Feb 20, 2019
@alcaeus alcaeus removed this from the 2.x milestone Aug 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Roadmap
2.x (future scope)
Development

No branches or pull requests

4 participants