Back
Does Mongoose v3.6+ support batch insert now? I've searched for a few minutes but anything matching this query is a couple of years old and the answer was an unequivocal no.
To insert batch in Mongoose you can perform bulk insert using mongoDB shell using inserting the values in an array.
db.collection.insert([{values},{values},{values},{values}]);
31k questions
32.8k answers
501 comments
693 users