j_c
j_c

Reputation: 313

How to circumvent BigQuery's 20 concurrent queries limitation?

Wondering if anyone knows... or have ran into this.. there's a 20 concurrent queries limitation for BigQuery.

https://developers.google.com/bigquery/quota-policy#queries

Is there a way to disable the limit? Our MapReduce tasks needs many concurrent queries in order to complete within a reasonable amount of time.

Upvotes: 4

Views: 1052

Answers (1)

Radek Michna
Radek Michna

Reputation: 509

We have a similar problem. There is no way how to change this from your side. Also "upgrading your plan" as @Dominik suggest won't help.

You have to contact Google directly, explain your problem (business case) and if it is valid they can increase your quota limits (for certain Google Cloud project)

Upvotes: 2

Related Questions