Unbounded For Shares Capped For Lists

A top-N query is right for a list and wrong for a share-of-the-whole — the cut tail shrinks the denominator and the entropy normaliser, inflating concentration and diversity alike — so the same grouped data needs two queries with different bounds. Covers why the truncation is invisible in the result, why the unbounded query's ORDER BY becomes load-bearing, and when unbounded is actually safe. Use when a "top 5 share" or diversity score reads implausibly high, when one grouped query is feeding both a leaderboard and a statistic, or before reusing a capped DAO method for anything that divides by a total.

maxrave-dev Updated

File contents

maxrave-dev/kotlin-footguns/tree/main/skills/unbounded-for-shares-capped-for-lists commit 9318411ac3

Frequently asked questions

npx skillmds@latest add maxrave-dev/unbounded-for-shares-capped-for-lists