Topic 1 Question 221
You store and analyze your relational data in BigQuery on Google Cloud with all data that resides in US regions. You also have a variety of object stores across Microsoft Azure and Amazon Web Services (AWS), also in US regions. You want to query all your data in BigQuery daily with as little movement of data as possible. What should you do?
Use BigQuery Data Transfer Service to load files from Azure and AWS into BigQuery.
Create a Dataflow pipeline to ingest files from Azure and AWS to BigQuery.
Load files from AWS and Azure to Cloud Storage with Cloud Shell gsutil rsync arguments.
Use the BigQuery Omni functionality and BigLake tables to query files in Azure and AWS.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: D
Direct Querying:
BigQuery Omni allows you to query data in Azure and AWS object stores directly without physically moving it to BigQuery, reducing data transfer costs and delays. BigLake Tables:
Provide a unified view of both BigQuery tables and external object storage files, enabling seamless querying across multi-cloud data.
👍 3e70ea9e2023/12/30 - 正解だと思う選択肢: D
- BigQuery Omni allows us to analyze data stored across Google Cloud, AWS, and Azure directly from BigQuery without having to move or copy the data.
- It extends BigQuery's data analysis capabilities to other clouds, enabling cross-cloud analytics.
👍 2raaad2024/01/04
シャッフルモード