在Big Query中是否等效于分区切换或追加分区?

时间:2018-08-21 21:21:55

标签: google-bigquery

Big Query中是否有这样的功能?这样可以防止更新表上的任何停机时间,并最大程度地减少资源利用率。

另一种方法是进行视图切换,如https://cloud.google.com/solutions/bigquery-data-warehouse

所述,每次操作都要复制表。

以下是所需功能的一些文档

https://www.cathrinewilhelmsen.net/2015/04/19/table-partitioning-in-sql-server-partition-switching/

AWS redshift中的类似功能,但首先需要在目标表中使用delete命令。 https://docs.aws.amazon.com/redshift/latest/dg/r_ALTER_TABLE_APPEND.html

0 个答案:

没有答案