Topic 1 Question 50
Your team is running a Cloud SQL for MySQL instance with a 5 TB database that must be available 24/7. You need to save database backups on object storage with minimal operational overhead or risk to your production workloads. What should you do?
Use Cloud SQL serverless exports.
Create a read replica, and then use the mysqldump utility to export each table.
Clone the Cloud SQL instance, and then use the mysqldump utlity to export the data.
Use the mysqldump utility on the primary database instance to export the backup.
ユーザの投票
コメント(8)
- 正解だと思う選択肢: A
A is the correct answer https://cloud.google.com/blog/products/databases/introducing-cloud-sql-serverless-exports
👍 5GCP722022/12/28 A. Minimal operational overhead eliminates B and C. Minimal risk to production workloads eliminates D. That leaves A. Least amount of work and doesn't impact the primary instance.
👍 3dynamic_dba2023/03/12- 正解だと思う選択肢: A
Use Cloud SQL serverless exports.
👍 1range90052022/12/21
シャッフルモード