Details
-
New Feature
-
Resolution: Won't Fix
-
Minor - P4
-
None
-
1.5.3
-
None
Description
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.