vert-x3 / vertx-mongo-client

Mongo Client for Eclipse Vert.x
http://vertx.io
Apache License 2.0
60 stars 98 forks source link

support for mongo insertMany() #58

Open BorisBorshevsky opened 8 years ago

wbkys commented 3 years ago

Is bulk write the same thing as insertmany()?

siwee commented 2 years ago

Hi, @vietj, @karianna Are there any new plans? Currently, batch inserts are still not possible. Am I missing something? Thanks.

vietj commented 2 years ago

@aomsweet we are welcoming a contribution for this feature. @karianna does not have time anymore to contribute to this module.

tsegismont commented 2 years ago

In fact, it is already possible to insert multiple documents with Bulk operations