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

Document good pagination practices #3582

Closed
roji opened this issue Nov 25, 2021 · 2 comments · Fixed by #3617
Closed

Document good pagination practices #3582

roji opened this issue Nov 25, 2021 · 2 comments · Fixed by #3617

Comments

@roji
Copy link
Member

roji commented Nov 25, 2021

This can be a new page under the performance section, linked to from relevant query docs pages.

@mrahhal
Copy link
Contributor

mrahhal commented Dec 3, 2021

Might be useful to talk about how to avoid skipping over data when doing keyset pagination, and also about good indexing strategies for keyset to be as fast as possible.
For reference:
https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination#avoiding-skipping-over-data
https://github.com/mrahhal/MR.EntityFrameworkCore.KeysetPagination#indexing

@roji
Copy link
Member Author

roji commented Dec 3, 2021

Absolutely, thanks for the suggestion @mrahhal.

@ajcvickers ajcvickers added this to the 7.0.0 milestone Dec 10, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 11, 2021
@roji roji modified the milestones: 7.0.0, 6.0.0 Dec 11, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit to roji/EntityFramework.Docs that referenced this issue Dec 19, 2021
roji added a commit that referenced this issue Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants