Unlock the power of your data in the cloud! Get hands-on with Google Cloud's core data services like BigQuery and Looker to validate your practical skills in data ingestion, analysis, and management, and earn your Associate Data Practitioner certification!
Prepare and test your skills
Prepare and test your skills
Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
A retail company hosts its relational database on a single Cloud SQL instance. During peak shopping events, write operations succeed normally, but customer-facing product searches and analytical reports experience significant query latency because they compete for compute resources on the primary instance.
Which replication configuration should the database administrator implement to reduce query latency for these read-heavy workloads?
Cloud SQL read replicas are dedicated, read-only copies of a primary database instance. Data written to the primary instance is asynchronously replicated to one or more read replicas within the same region or across different regions.
SELECT queries frees up CPU, memory, and I/O resources on the primary instance, allowing critical write transactions to execute without performance degradation.While High Availability (HA) configurations protect against infrastructure downtime and automated backups safeguard against data loss, only read replicas are purpose-built to scale read throughput and lower query latency under heavy read load.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.