Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can you efficiently store backups for a 24/7 available 5 TB Cloud SQL for MySQL database on object storage with minimal operational overhead and no impact on production workloads?
A
Use Cloud SQL serverless exports.
B
Create a read replica, and then use the mysqldump utility to export each table.
C
Clone the Cloud SQL instance, and then use the mysqldump utlity to export the data.
D
Use the mysqldump utility on the primary database instance to export the backup.