Does Dataflow jobs hit any Bigquery quotas and limits?

…衆ロ難τιáo~ 提交于 2019-12-13 03:54:17

问题


I have around 1500 jobs to be implemented using Dataflow. Those jobs will be scheduled on daily basis. We may get to use huge number of DML statements using Bigquery Client library within our jobs. Listing down my concerns regarding Bigquery quotas and limits.

Reference: https://cloud.google.com/bigquery/quotas

Please confirm that do we need to take the daily usage limits of Bigquery into consideration in any of the below mentioned scenarios.

  1. If we implement data inserts using BigqueryIO.write()
  2. If we use DML statements (Update/Delete) using Bigquery Client Library within the Dataflow job

Please suggest.


回答1:


You absolutely do need to take BigQuery quotas and limits into consideration - even when hooking into it from Dataflow.

Dataflow is just calling the BigQuery API on your behalf. Therefore, all quotas and limits still apply as if you were calling it directly yourself.



来源:https://stackoverflow.com/questions/47537897/does-dataflow-jobs-hit-any-bigquery-quotas-and-limits

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!