PostgreSQL - Performance Tuning
You have this query:
It runs slowly. Which fix will likely improve performance?
SELECT * FROM orders WHERE order_date = '2023-01-01';It runs slowly. Which fix will likely improve performance?
