-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
None
-
Query Execution
This would enable a driver (or replica set node via the internal client) to retry a getMore that got interrupted by timeout or network error, without needing to reestablish the cursor position with a new find query.
The project requires a change to the format of the getMore command as well as internal changes to the way we track cursors on the server.
There may be some design complications regarding aggregation in particular.
- related to
-
SERVER-18564 Allow resuming initial sync: resume data clones per collection
- Closed