Skip to content

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

Closed
2 of 3 tasks
mp911de opened this issue Feb 27, 2023 · 1 comment
Closed
2 of 3 tasks

Add support for keyset scrolling #4308

mp911de opened this issue Feb 27, 2023 · 1 comment
Assignees
Labels
type: enhancement A general enhancement

Comments

@mp911de
Copy link
Member

mp911de commented Feb 27, 2023

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:

@mp911de mp911de added the type: enhancement A general enhancement label Feb 27, 2023
@mp911de mp911de self-assigned this Feb 27, 2023
@mp911de mp911de changed the title Add support for keyset cursoring Add support for keyset scrolling Mar 8, 2023
christophstrobl pushed a commit that referenced this issue Mar 17, 2023
We now support scrolling through large query results using ScrollPosition and Window's of data.

See: #4308
Original Pull Request: #4317
christophstrobl added a commit that referenced this issue Mar 17, 2023
Follow the changes in data commons that renamed scroll to window.
Also error when a certain scroll position does not allow creating a query out of it because of null values.

See: #4308
Original Pull Request: #4317
christophstrobl pushed a commit that referenced this issue Mar 17, 2023
Closes #4325
Related to: #4308
Original Pull Request: #4317
christophstrobl pushed a commit that referenced this issue Mar 17, 2023
christophstrobl added a commit that referenced this issue Mar 17, 2023
Along the lines fix entity operations proxy handling by reading the underlying map instead of inspecting the proxy interface.
Also make sure to map potential raw fields back to the according property.

See: #4308
Original Pull Request: #4317
@christophstrobl
Copy link
Member

resolved via #4317

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

Successfully merging a pull request may close this issue.

2 participants