Skip to content

Instantly share code, notes, and snippets.

@tejzpr
Created June 16, 2016 23:09
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tejzpr/ff37324a8c26d13fef08c318278c0718 to your computer and use it in GitHub Desktop.
Save tejzpr/ff37324a8c26d13fef08c318278c0718 to your computer and use it in GitHub Desktop.
//Fastest way to copy a Collection in MongoDB
db.getCollection('OriginalCollection').aggregate([ { $out: "ClonedCollection" } ]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment