PostgreSQL - Performance Tuning
Consider the query:
Which optimization pattern does this query follow?
SELECT id, name FROM employees WHERE department = 'Sales';Which optimization pattern does this query follow?
