bigquery-optimization-queries
bigquery-optimization-queries copied to clipboard
Removed self-join that produces excessive results
We encountered the problem that information requests do not reflect the reality and produce enormous numbers. There is already an issue created by other users https://github.com/doitintl/bigquery-optimization-queries/issues/12 This PR fixes the problem by removing odd cartesian self-join in intermediate query.