How to circumvent BigQuery's 20 concurrent queries limitation? -


wondering if knows... or have ran this.. there's 20 concurrent queries limitation bigquery.

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

is there way disable limit? our mapreduce tasks needs many concurrent queries in order complete within reasonable amount of time.

we have similar problem. there no way how change side. "upgrading plan" @dominik suggest won't help. have contact goggle directly, explain problem (business case) , if valid can increase quota limits (for google cloud project)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -