haskell / haskell/hackage-server
downloads counts stored inefficiently.
Open
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.