bigquery-optimization-queries icon indicating copy to clipboard operation
bigquery-optimization-queries copied to clipboard

Removed self-join that produces excessive results

Open xneg opened this issue 1 year ago • 0 comments

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.

xneg avatar Aug 09 '24 11:08 xneg