You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case when you want to download a huge collection in batches (whole space, for example) switch from IPROTO_OFFSET to IPROTO_AFTER_TUPLE would make a big difference.
The problem is that it was added in 2.11. So test environment should include taranool 2.11 (or maybe 3.0, or even later).
And I think client should take into account actual server version and raise an exception in case of passing AfterTuple to older server.
Seems not a very complicated feature and I can try to make PR myself. Just hope this repo is still maintained.
The text was updated successfully, but these errors were encountered:
In case when you want to download a huge collection in batches (whole space, for example) switch from IPROTO_OFFSET to IPROTO_AFTER_TUPLE would make a big difference.
The problem is that it was added in 2.11. So test environment should include taranool 2.11 (or maybe 3.0, or even later).
And I think client should take into account actual server version and raise an exception in case of passing AfterTuple to older server.
Seems not a very complicated feature and I can try to make PR myself. Just hope this repo is still maintained.
The text was updated successfully, but these errors were encountered: