Google 云数据存储计费

Google Cloud Datastore Billing

gcloud datastore export --namespaces="(default)" gs://${BUCKET}

当我们进行数据存储导出时,google 是否会向我们收取数据存储读取操作的费用?我们想要 运行 每晚备份,但我们不想被充电。

是的。除非您的 table 包含大量实体,否则它可能不会很大。

请参阅 table 了解定价详情。 https://cloud.google.com/datastore/pricing

来源:

导出和导入操作按上面 table 中显示的费率对实体读取和写入收费。如果您取消导出或导入,您将需要为取消请求通过 Cloud Datastore 传播之前执行的操作付费。

https://cloud.google.com/datastore/pricing