Bulk Insert / Providing an array of documents to insert method

I’d just like to raise the issue, now that we have MongoDB 2.6 in 1.0.4, since it’s been said that bulk insert would have to wait until after 2.6 has been implemented.

Just saying, being able to provide the collection.insert method with an array of documents would be super helpful. :smile_cat:

3 Likes

There was a branch with some good work in the direction of implementing it: https://github.com/meteor/meteor/tree/mongo-bulk-inserts

4 Likes