Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to raise Google Big Query daily query quota

We are running a batch process, and hitting the daily query quota of 20,000.

Is there a way to raise the limit?

thanks.

like image 276
System Ops Avatar asked Nov 01 '22 04:11

System Ops


1 Answers

The query-per-day limit (currently 40k / day) is one that we're generally happy to raise. In general, it is there to prevent abuse scenarios (people who use BigQuery as a calculator, as in SELECT 17 + 32). If you're running real queries over non-trivial sized data, we will almost certainly be willing to raise this ceiling.

If you've got a contact with Google Cloud Support, please let them know your project ID.

If you do not have a support contact, you can indicate your project ID here, or e-mail me ([email protected]) and I will route the request appropriately.

like image 160
Jordan Tigani Avatar answered Jan 04 '23 15:01

Jordan Tigani