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
This is a relatively bigger change to the SQL building paradigm: at the moment we build SQL so that the pre-aggregation happens in the last stage, after joining in all necessary dimensions. However, this is inefficient and we should switch the ordering so that pre-aggregation happens first.