haskell / haskell/hackage-server

downloads counts stored inefficiently.

Open
#1,276 0 comments 0 reactions 0 assignees View on GitHub
enhancement tech debt
Dominant language
Haskell
Stars
467
Forks
225
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.