An IoT telematics provider is designing a storage layer in a single Google Cloud region to ingest and store real-time sensor metrics from 100,000 connected vehicles. The system requires high-throughput write performance exceeding 80,000 operations per second with sub-10 millisecond write latencies, dynamic key-value access patterns, and seamless analytical querying capabilities in BigQuery without custom ETL pipelines. Which Google Cloud storage solution should the cloud architect select to satisfy these operational and analytical requirements at scale?
- Provision a Cloud Bigtable cluster and configure BigQuery federated queries to analyze the data in place.Cevap
- BDeploy a multi-region Cloud Spanner instance with strong global consistency to store the incoming sensor streams.
- CProvision a Cloud SQL for PostgreSQL instance encrypted with Customer-Supplied Encryption Keys (CSEK) for key management.
- DStore incoming telemetry data directly as JSON objects in Cloud Storage using IAM granular policies for access restriction.
Cevap
Cloud Bigtable with BigQuery federated querying is the optimal choice for high-throughput, low-latency time-series telemetry data.
Cloud Bigtable is Google Cloud's managed NoSQL wide-column database built specifically for high-throughput, low-latency workloads such as IoT sensor telematics. It easily scales horizontally to handle over 80,000 operations per second with single-digit millisecond latency. Furthermore, BigQuery can natively execute federated queries against Cloud Bigtable tables, enabling real-time analytics without needing an intermediate ETL data pipeline.
Adım Adım Çözüm
Anahtar Kavram
Selecting Cloud Bigtable for high-throughput NoSQL time-series workloads and leveraging BigQuery federation for analytics.
Tahmini Süre:2m 0s