Created
February 20, 2018 12:15
-
-
Save nhc/d325e7e0d4595a10fd80c09d763afc8e to your computer and use it in GitHub Desktop.
useful mongdb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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