The find command has separate fields for batchSize and limit, which can allow the query planner to generate better plans for sort+limit or sort+batchSize queries.
- is duplicated by
-
SERVER-17011 Cursor can return objects out of order if updated during query ("legacy" readMode only)
- Closed
-
SERVER-24547 Explain("allPlansExecution") does not honour limit() if batchSize() is not specified
- Closed