Topic 1 Question 27
You are using Compute Engine on Google Cloud and your data center to manage a set of MySQL databases in a hybrid configuration. You need to create replicas to scale reads and to offload part of the management operation. What should you do?
Use external server replication.
Use Data Migration Service.
Use Cloud SQL for MySQL external replica.
Use the mysqldump utility and binary logs.
ユーザの投票
コメント(14)
Correct answer is C: https://cloud.google.com/sql/docs/mysql/replication/create-replica , Use Read Replica, in this case we can use Cloud SQL as read replica to offload the read requests and scaling
👍 3Kloudgeek2022/12/20- 正解だと思う選択肢: C
Cloud SQL for MySQL external replica helps to migrate data to ClouSql and to increase read write latency
👍 2range90052022/12/21 - 正解だと思う選択肢: B👍 2lapeyus2022/12/23
シャッフルモード