Skip to content
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

Use the new server-side pagination of pyodata #22

Merged
merged 6 commits into from
Aug 31, 2023

Conversation

metaodi
Copy link
Owner

@metaodi metaodi commented Aug 30, 2023

pyodata now support server-side pagination, so larger results can be queried directly by this library.

The result is lazy loaded when iterating over the response. But still note, that large results may use a lot of memory. To make developers aware of this, I introduced a warning when large results are loaded.

@metaodi metaodi merged commit 1fd8c19 into develop Aug 31, 2023
3 checks passed
@metaodi metaodi deleted the server-side-pagination branch August 31, 2023 12:15
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

Successfully merging this pull request may close these issues.

1 participant