Bigtable 上的 BigQuery - 定价?
BigQuery on Bigtable - Pricing?
当我们查询 Bigtable 上的数据时,BigQuery 的定价是多少?
每次我为 Bigtable 编写查询时,它都会说:
"This query will process 0B when run"
然而,当查询完成时它说
10.440 sec elapsed, 359.17 MB processed
我们需要支付 359.17 MB 的费用吗?
是的,您需要支付处理费用。
基于 BigQuery document
You are charged for the number of bytes processed whether the data is
stored in BigQuery or in an external data source such as Cloud
Storage, Google Drive, or Cloud Bigtable.
当我们查询 Bigtable 上的数据时,BigQuery 的定价是多少?
每次我为 Bigtable 编写查询时,它都会说:
"This query will process 0B when run"
然而,当查询完成时它说
10.440 sec elapsed, 359.17 MB processed
我们需要支付 359.17 MB 的费用吗?
是的,您需要支付处理费用。
基于 BigQuery document
You are charged for the number of bytes processed whether the data is stored in BigQuery or in an external data source such as Cloud Storage, Google Drive, or Cloud Bigtable.