PostgreSQL - Performance Tuning
This query runs slower than expected:
You created an index on
SELECT * FROM products WHERE price > 1000;You created an index on
price but performance did not improve. What is a likely cause?