-
Type:
New Feature
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 1.5.3
-
Component/s: Querying
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Allow existing cursor to respond to skip requests from client.
It seems this could be done by adding an offset (skip) to OP_GETMORE when requesting the next batch, or by adding a new OP_UPDATECURSOR to set the position in the cursor (thus allowing movement in both directions), or even changing the fields to be returned.