We are using bigquery streaming api for inserting data into bigquery. We found that in google big query documentation they have mentioned that throttling limit on google big query api is 10 / sec. Is this applied to insert api as well ?
3
votes
1 Answers
1
votes
The TableData.insertAll() method quota is 10,000 requests per second per table (see https://developers.google.com/bigquery/quota-policy#streaminginserts). If that isn't sufficient, a link for requesting more is on that quota page.