Which Google Cloud service provides a fully managed, serverless data warehouse for petabyte-scale analytics with SQL?
BigQuery is Google Cloud's serverless, highly scalable, SQL-based data warehouse. It automatically manages infrastructure and scales compute and storage independently, using a columnar storage format and a distributed query engine (Dremel) to run analytics on petabytes of data. With a pay-per-query pricing model and no clusters to provision, BigQuery is the definitive choice for a fully managed data warehouse on Google Cloud.
Why this answer
BigQuery is Google Cloud's fully managed, serverless data warehouse. It supports SQL queries at petabyte scale with no infrastructure to manage. Cloud SQL is for OLTP, Dataproc is for Hadoop/Spark, and Dataflow is for stream/batch processing.