Pattern
Unbounded UNION Bloat
unbounded-union-all-bloat
A recurring query-shape where enumerating many columns/values via repeated UNION ALL (and related FROM/UNNEST constructs) leads to bloated SQL and long execution, and can be simplified by using scalar min/max functions or correct LATERAL UNNEST usage.