A company is designing a data warehouse for analytics. They need to store structured and semi-structured data, support SQL queries with sub-second performance on petabytes, and integrate with Data Studio. Which service should they consider?
Trap 1: Cloud Bigtable
Cloud Bigtable is a NoSQL database and does not support SQL queries.
Trap 2: Cloud Spanner
Cloud Spanner is a globally distributed relational database for OLTP, not a data warehouse for analytics.
Trap 3: Dataproc
Dataproc is a managed Hadoop/Spark service, not a data warehouse, and does not provide sub-second SQL queries on petabytes.
- A
Cloud Bigtable
Why wrong: Cloud Bigtable is a NoSQL database and does not support SQL queries.
- B
Cloud Spanner
Why wrong: Cloud Spanner is a globally distributed relational database for OLTP, not a data warehouse for analytics.
- C
BigQuery
BigQuery meets all requirements: structured/semi-structured data, SQL, sub-second petabyte-scale analytics, and Data Studio integration.
- D
Dataproc
Why wrong: Dataproc is a managed Hadoop/Spark service, not a data warehouse, and does not provide sub-second SQL queries on petabytes.
- E
Cloud SQL
Why wrong: Cloud SQL is limited to smaller datasets and cannot handle petabyte-scale analytics.