How can we turn off auto-scaling in BigQuery of slots (or other way to limit usage of slots to MAX 100).
We have run into a ridiculous situation in which from time to time our queries exceed 100 and then we are double billed for the whole month. We are a startup and cannot afford such over-pays.
BigQuery offers two pricing models:
Slots
A BigQuery slot is a virtual CPU that is used to execute SQL queries. The number of slots that a query requires depends on the size, complexity, and amount of data being processed.
Turning off auto-scaling in BigQuery
The primary way to control slot usage is through reservations.
To create a reservation with a maximum slot count of 100:
Limiting usage of slots to MAX 100
The primary way to limit slot usage is through reservations.
Additional tips