-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
Postgres 9.2+ supports index-only scans. This means that it can be useful to have indexes with additional columns that aren't used as predicates, if that allows using an index-only scan for some join. We should go through the potentially affected queries and check whether extending an index might improve performance.