PCDE Monitor and optimize database performance • Set 6
PCDE Monitor and optimize database performance Practice Test 6 — 15 questions with explanations. Free, no signup.
Refer to the exhibit. What is the most effective optimization for this query?
Refer to the exhibit. ``` Cloud SQL Query Insight output: Query ID: 1234 SELECT * FROM orders WHERE order_date >= '2023-01-01' AND status = 'SHIPPED'; Average latency: 3.5s Total executions: 10000 No index used (sequential scan on orders table, size 50 GB) ```