【发布时间】:2019-04-11 17:42:10
【问题描述】:
我正在使用 Apache Beam 在 Beam 自己的 io.gcp.datastore.v1.datastoreio Python API 的帮助下从 Google Cloud Datastore 读取数据。
我在 Google Cloud Dataflow 上运行我的管道。
我想确保我的员工不会被数据超载。
如何批量读取数据或使用其他机制确保我的工作人员不会一次性提取大量数据?
【问题讨论】:
标签: python google-cloud-datastore google-cloud-dataflow apache-beam