A company has a Cloud SQL for MySQL instance in the us-central1 region. They want to improve read performance for a report generation tool that runs in us-west1, and also provide disaster recovery in case the primary fails. Which TWO actions should they take?
This offloads reads to the replica and improves performance.
Why this answer
Cross-region read replicas serve both read scaling in another region and disaster recovery. A regional HA instance only provides HA within the same region. Increasing machine type improves performance but not DR.
Creating a read replica in the same region does not help with cross-region DR.