
Ultimate access to all questions.
To manage the performance of your Cloud Spanner instance effectively, you are working with an instance currently deployed in a single region within Google Cloud. Given that you need to optimize query performance urgently, and you aim to adhere to Google's recommended best practices for service configuration, what actions should you take to achieve the best performance improvements in the shortest time possible?
A
Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. If you exceed this threshold, add nodes to your instance.
B
Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 45%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resource usage.
C
Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. If you exceed this threshold, add nodes to your instance.
D
Create an alert in Cloud Monitoring to alert when the percentage of high priority CPU utilization reaches 65%. Use database query statistics to identify queries that result in high CPU usage, and then rewrite those queries to optimize their resource usage.