PCDE Monitor and optimize database performance • Set 2
PCDE Monitor and optimize database performance Practice Test 2 — 15 questions with explanations. Free, no signup.
Your Cloud SQL for PostgreSQL instance is experiencing high CPU utilization during peak hours. You notice that the query `SELECT * FROM orders WHERE order_date >= '2024-01-01'` is frequently run against a table with 10 million rows. The table has a B-tree index on `order_date`. What is the most likely cause of the high CPU usage, and how should you address it?