Database
Enable BigQuery Partitioning
Enable partitioning to lower your merge latency and reduce the amount of bytes scanned.
Steps to turn on partitioning
For this example, consider this table in Postgres.
-
First pause your Artie deployment
-
Recreate the table in BigQuery and make sure to use the right partitioning strategy.
- Edit your deployment and update the table settings for
events
- Click
Save
andDeploy
Was this page helpful?