-
Type: New Feature
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: mongodump
-
None
-
Environment:Linux, Mac OS X
-
Needed
-
Similar to mongoexport's limit option, support a way to limit records outputted by the mongodump tool for a given collection independent of the {--query} flag.
Usage would look like:
mongodump -d <database> -c <collection> --limit <positive integer>
- duplicates
-
TOOLS-162 Mongodump should support limit/sort/skip
- Accepted