-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add support for keyset scrolling #4308
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
Comments
3 tasks
resolved via #4317 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on spring-projects/spring-data-commons#2151, we want to add means to consume a query result set through a scroll API to be able to resume querying at a later stage. We want to introduce keyset-based pagination which allows using keysets to reconstruct a scroll position for subsequent queries.
Tasks:
The text was updated successfully, but these errors were encountered: