Skip to content

Instantly share code, notes, and snippets.

@nhc
Created February 20, 2018 12:15
Show Gist options
  • Save nhc/d325e7e0d4595a10fd80c09d763afc8e to your computer and use it in GitHub Desktop.
Save nhc/d325e7e0d4595a10fd80c09d763afc8e to your computer and use it in GitHub Desktop.
useful mongdb
// copy collection (FAST)
db.myoriginal.aggregate([ { $match: {} }, { $out: "mycopy" } ])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment