|
|
|
|
|
by anon84873628
846 days ago
|
|
https://cloud.google.com/bigquery/docs/best-practices-costs#... You can set the size limit for individual queries. Plus the custom quotas and everything. Part of the problem is that the OP wrote a script with a loop. So say you set the limit to 50 GiB per query, but then write a script that runs a 49 GiB query 1000 times... That type of batch process should be designed much more carefully to consider costs. |
|
Are you sure?
The article doesn't say anything about a loop, and the estimated usage by the Google responder makes it seem like the cost is from a single "SELECT *".