BigQuery – Improving query performance using partitioning and clustering
In many analytical applications, the performance of queries in BigQuery are better than expected. Typically these queries scan a large number of rows, apply an analytical function and return the result to the calling program in a matter of seconds. However, even in an analytical application, you will often have a combination of analytical queries […]