-
Notifications
You must be signed in to change notification settings - Fork 21
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
mongoc_bulk_operation_execute #3
Comments
does this even come close? insert_bulk(
end |
@cwiese Did you actually try the above bulk insert code? How did it work? Any experience since March? |
This works for us: function insert_bulk(collection::MongoCollection,
end |
@cwiese Sorry for the late reply. I just got to a point in my coding to try out your function. It works great on my side, too. Thanks a lot! |
Has anyone created a binding for Bulk insert. We are so surprise at how slow insert is. Attempting to create a bulk insert function.
The text was updated successfully, but these errors were encountered: