Google BigQuery未记录错误403

时间:2014-05-19 15:37:32

标签: google-api google-bigquery

  

googleapiclient.errors.HttpError:https://www.googleapis.com/bigquery/v2/projects/674064471933/datasets/vibetraceLIVE/tables/51c01e03ed14d94e30000003_events/insertAll?alt=json   返回“超出的速率限制:每个表插入的行数太多了   此表“>

403: Exceeded rate limits: too many inserted rows per table for this table

我在网络上的任何地方都没有发现此错误。 我穿越了什么限制?

1 个答案:

答案 0 :(得分:1)

请参阅https://developers.google.com/bigquery/streaming-data-into-bigquery,具体来说:

  

每秒最大行数:每个表每秒10,000行。

     

超过   此金额将导致quota_exceeded错误。获得额外支持   每张表每秒最多100,000行,请联系销售人员   代表。

您是否尝试插入超过10,000 rps?要批准更高的配额,请与https://cloud.google.com/contact/联系。