Your company runs several databases on a single MySQL instance. They need to take backups of a specific database at regular intervals. The backup activity needs to complete as quickly as possible and cannot be allowed to impact disk performance. How should you configure the storage?

Respuesta :

Answer:

A gcloud tool can be used to take regular backups using persistent disk snapshots

Explanation:

As the company runs several databases on a single MySQL instance, they need to take backups of a specific database at regular intervals. The backup activity needs to complete as quickly as possible and cannot be allowed to impact disk performance. For this, a gcloud tool can be used to take regular backups using persistent disk snapshots or backups that can be written to the mounting location using mysqldump.