문제

How do I increase the quota restrictions imposed for querying and importing data to big query?

https://developers.google.com/bigquery/docs/quota-policy

Is there any form that I need to submit for this purpose? Is it possible to do it offline?

Queries
    Daily limit: 1,000 queries

Import Requests
    Daily limit: 1,000 import requests per day (including failures)

The query limit of 1000 is not sufficient for most of my requirements.

도움이 되었습니까?

해결책

It is explained on the Pricing page:

If your needs exceed the default limits below, we encourage you contact a sales representative.

다른 팁

BigQuery query quotas are going up today. They should be reflected in https://developers.google.com/bigquery/docs/quota-policy soon, but they are already live. The daily limit is now 20k queries per day, and some concurrent query quotas have been relaxed.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top