Fix slow uncached VSA label stage query
This change alters the way we query data for label based stages. Instead of doing a window aggregation, we use a LATERAL JOIN.
Showing
Please register or sign in to comment
This change alters the way we query data for label based stages. Instead of doing a window aggregation, we use a LATERAL JOIN.