An enterprise IoT telemetry system writes high-frequency streaming data into a single-cluster Cloud Bigtable instance configured with SSD storage. During scheduled analytical batch operations, heavy read queries degrade cluster write performance, leading to high write latencies and timeout errors for incoming telemetry streams. Operational requirements dictate isolating the analytical read workload from the real-time write workload while maintaining seamless workload routing without exporting data out of Cloud Bigtable or changing the application's underlying database model. Which action should you take?
- Add a second cluster to the Cloud Bigtable instance, then configure separate App Profiles with single-cluster routing so that the real-time ingestion traffic routes to the primary cluster and the analytical queries route to the secondary cluster.Cevap
- BConfigure an automated daily export pipeline using Cloud Dataflow to transfer telemetry data from Cloud Bigtable into a Cloud SQL for PostgreSQL instance, and re-point the analytical queries to run against Cloud SQL.
- CModify the Cloud Bigtable table storage class settings from SSD to Archive storage using lifecycle policies to reduce read latency penalties on analytical batch queries.
- DProvision a pool of Spot Compute Engine instances with public IP endpoints to handle and cache analytical reads directly from Bigtable nodes.
Cevap
Add a second cluster to the Cloud Bigtable instance, then configure separate App Profiles with single-cluster routing so that the real-time ingestion traffic routes to the primary cluster and the analytical queries route to the secondary cluster.
The correct option addresses query contention at the database architecture level by adding a second cluster to the existing Cloud Bigtable instance. By configuring separate App Profiles with single-cluster routing, real-time ingestion is pinned to the primary cluster while analytical batch queries target the replicated secondary cluster, ensuring workload isolation and high write availability without exporting data out of Bigtable.
Adım Adım Çözüm
Anahtar Kavram
Cloud Bigtable Multi-Cluster Workload Isolation and App Profiles
Tahmini Süre:3m 0s