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

Sort pages in asc order on index files #241

Open
razonyang opened this issue Jun 1, 2024 · 0 comments
Open

Sort pages in asc order on index files #241

razonyang opened this issue Jun 1, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request performance

Comments

@razonyang
Copy link
Member

razonyang commented Jun 1, 2024

Since we split the index file into multiple files by pagination, sorting pages in asc order will keep caches as much as possible, since with desc order, all index files caches will be expired when adding a page, with asc order, only the last index file will be expired in this case.

@razonyang razonyang added enhancement New feature or request performance labels Jun 1, 2024
@razonyang razonyang self-assigned this Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
None yet
Development

No branches or pull requests

1 participant