Add a --sort option for mongoexport to complement --skip and --limit which were added with SERVER-2033.
There are limitations of using --sort unless an index is used; it will trigger an in-memory sort which can easily exceed current limitations (32mb).
- is duplicated by
-
SERVER-12665 mongoexport with empty $query errors with bogus $snapshot message
- Closed
- is related to
-
SERVER-2033 Add skip and limit options for mongoexport
- Closed
-
TOOLS-96 add ability to sort and manipulate mongoexport output
- Closed