You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: flat SQL for single-op pipelines and group_by+summarise pattern (#50)d
Three QueryBuilder optimizations:
1. Single-op pipelines emit flat SQL without CTE wrapping
2. group_by+summarise pattern emits a single SELECT...GROUP BY
3. Table sources referenced directly by name instead of subquery
0 commit comments