tarantool / cartridge-java

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework
https://tarantool.io
Other
27 stars 11 forks source link

Support batch iteration over spaces with cursor #29

Open akudiyar opened 4 years ago

akudiyar commented 4 years ago

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.

akudiyar commented 3 years ago

The merged implementation is good for crud API but needs rework for box API to move out from using the offsets in iteration.

dkasimovskiy commented 1 year ago

Need to implement Tarantool 2.11 cursors.