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
Hi @ernestoongaro.
No, just the official BigQuery documentation, but also experience within big datasets.
If you see the BigQuery Export Schema, you may find that is just a single table and there's no need to do a LEFT JOIN with it self.
Hi,
As suggest, you can get better performance on large dataset using UNNEST instead LEFT JOIN when joining subrecords of the BQ schema.
Also is necessary to add hit id to all that subrecords tables to keep consistency on counts.
The text was updated successfully, but these errors were encountered: