Google Cloud Professional Cloud Database Engineer — Question 17

Your company is migrating the existing infrastructure for a highly transactional application to Google Cloud. You have several databases in a MySQL database instance and need to decide how to transfer the data to Cloud SQL. You need to minimize the downtime for the migration of your 500 GB instance. What should you do?

Answer options

Correct answer: B

Explanation

The correct answer is B because it uses the Database Migration Service with a Continuous job type, allowing for minimal downtime by sending real-time changes during the migration process. Options A and D involve manual processes that could lead to longer downtimes, while C's One-time migration is less efficient for minimizing downtime compared to the Continuous approach.