Skip to content

Instantly share code, notes, and snippets.

@iCoolchar
Created April 25, 2017 09:18
Show Gist options
  • Save iCoolchar/60bf878b66e85cda5be0d975c61402f3 to your computer and use it in GitHub Desktop.
Save iCoolchar/60bf878b66e85cda5be0d975c61402f3 to your computer and use it in GitHub Desktop.
bulk insert
for _, module := range moduleList {
mongodb.ExecBulk(mongodb.GetMgoSession(), DiscoveryOrderTable, func(bulk *mgo.Bulk) {
bulk.Insert(module)
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment