Cursor is an iterator that encapsulates a state which includes such parameters as the data window (currently iterated batch of data), next key in the window and mechanisms for loading the next portion of data from the server.
Cursor must have the following configurable options:
size of the batch
Cursor must be supported for both single and cluster storage.
Cursor is an iterator that encapsulates a state which includes such parameters as the data window (currently iterated batch of data), next key in the window and mechanisms for loading the next portion of data from the server.
Cursor must have the following configurable options:
Cursor must be supported for both single and cluster storage.