Skip to content

Support IPROTO_AFTER_TUPLE in Select request #162

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Vlad-Zaytsev opened this issue May 19, 2025 · 3 comments
Open

Support IPROTO_AFTER_TUPLE in Select request #162

Vlad-Zaytsev opened this issue May 19, 2025 · 3 comments

Comments

@Vlad-Zaytsev
Copy link

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.

@aensidhe
Copy link
Member

@Vlad-Zaytsev kinda maintained. If you're willing to do several rounds of review, let's do it.

No SLA on response time, though.

@Vlad-Zaytsev
Copy link
Author

What you think about supported versions? Maybe we should abandon older versions and target 3.0?

@aensidhe
Copy link
Member

We should definitely support 2.11 as it still used very actively.

We can definitely drop 1.* support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants