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

downloads counts stored inefficiently. #1276

Open
gbaz opened this issue Dec 9, 2023 · 0 comments
Open

downloads counts stored inefficiently. #1276

gbaz opened this issue Dec 9, 2023 · 0 comments

Comments

@gbaz
Copy link
Contributor

gbaz commented Dec 9, 2023

initializing the downloads count feature is painful because we store individual download rows instead of summaries, which is very inefficient. we should improve the storage so that it compacts the counts to summaries (monthly at most) in a backwards-compatible way. this should make startup of hackage server and footprint more efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant