Google BigQuery 和 Google 云存储之间是否共享文件?
Does Google BigQuery and Google cloud storage share files between them?
我通过从 Google 云存储加载 CSV 文件创建了一个 BigQuery table。
在这种情况下,BigQuery table 是引用云存储中的 CSV 文件还是将数据复制到自己的存储中?
当您将文件从 Cloud Storage 加载到 BigQuery 时 - 这会将数据加载到 BigQuery "own" 存储中,这与 Cloud Storage 完全不同。
注意:BigQuery 支持直接从 Google Cloud Storage 和 Google Drive 查询数据。在 Creating and Querying Federated Data Sources
查看详情
我通过从 Google 云存储加载 CSV 文件创建了一个 BigQuery table。
在这种情况下,BigQuery table 是引用云存储中的 CSV 文件还是将数据复制到自己的存储中?
当您将文件从 Cloud Storage 加载到 BigQuery 时 - 这会将数据加载到 BigQuery "own" 存储中,这与 Cloud Storage 完全不同。
注意:BigQuery 支持直接从 Google Cloud Storage 和 Google Drive 查询数据。在 Creating and Querying Federated Data Sources
查看详情