简体   繁体   English

在BigQuery表中添加新列的成本是多少?

[英]What is the cost of adding a new column in BigQuery table?

I tried to search for this and found that from "Free operation" section of https://cloud.google.com/bigquery/pricing 我尝试搜索此内容,并从https://cloud.google.com/bigquery/pricing的 “免费操作”部分中发现了该问题

You are not charged for list, get, patch, update and delete calls. 无需为列表,获取,打补丁,更新和删除呼叫付费。 Examples include (but are not limited to): listing datasets, updating a dataset's access control list, and updating a table's description. 示例包括(但不限于):列出数据集,更新数据集的访问控制列表以及更新表的描述。

But I am not sure if this also means table schema update. 但是我不确定这是否也意味着表架构更新。

As I can assume because BigQuery is a columner data storage , Adding a new column should not incur any cost. 正如我可以假定的那样,因为BigQuery是一个列数据存储设备,所以添加新列不会产生任何费用。

Adding a new column does not incur query or storage costs. 添加新列不会产生查询或存储成本。 The new column will have NULL values for all existing rows in the table. 对于表中的所有现有行,新列将具有NULL值。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM