Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BigQuery 支持重复的数组列。这些可以通过使用FLATTEN函数展开(“展平”)。由于 BigQuery 中的定价与数据集的大小(更准确地说是使用的列)绑定在一起,因此扁平化是否会使我的查询变得更加昂贵,因为它会影响数据集的大小?
不,展平不会影响成本,因为它实际上并没有扩大 BigQuery 需要读取的数据量。