Topic 1 Question 22
Your application follows a microservices architecture and uses a single large Cloud SQL instance, which is starting to have performance issues as your application grows. in the Cloud Monitoring dashboard, the CPU utilization looks normal You want to follow Google-recommended practices to resolve and prevent these performance issues while avoiding any major refactoring. What should you do?
Use Cloud Spanner instead of Cloud SQL.
Increase the number of CPUs for your instance.
Increase the storage size for the instance.
Use many smaller Cloud SQL instances.
ユーザの投票
コメント(7)
Correct answer is D. https://cloud.google.com/sql/docs/mysql/best-practices#data-arch - Split your large instances into smaller instances, where possible.
👍 3Kloudgeek2022/12/19- 正解だと思う選択肢: D
Split CloudSql instance into many small instances to support Microservices
👍 2range90052022/12/21 D: Use many smaller ***** Cloud SQL instances.
👍 2pk3492022/12/25
シャッフルモード