-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Networking
-
None
Currently the numberToSkip and numberToReturn fields for OP_QUERY are signed int32 in the wire protocol.
This prevents us from being able to skip/seek above ~2.3 billion documents.
OP_REPLY and OP_GET_MORE have similar problems.
- is related to
-
SERVER-18936 find and getmore commands and LiteParsedQuery should work w/ 64-bit count and size variables
- Closed