Ultimate access to all questions.
An application utilizing Cloud SQL for accessing infrequently changing data is expected to experience significant growth. What strategy can be employed to enhance capacity for additional read-only clients?
Explanation:
The correct answer is C because read replicas are designed to handle read traffic, thereby reducing the load on the primary database. This approach is scalable and efficient for read-heavy applications.
For more details, refer to the GCP documentation on Cloud SQL Replication Options.