Bigquery partioning and clustering
This page outlines how to use partitioning and clustering features in Y42's virtual build system for BigQuery tables. Learn how to optimize your tables for faster query runtimes and reduced compute costs by setting models to be partitioned and clustered directly within the Y42 platform.
Table partioning
Specify the partitioning options in a similar dictionary format:
Table clustering
Specify a single column or set of columns by which to cluster your BigQuery table for optimized performance.
Example
Partioning by date and clustering:
Partioning by int64 column example: