Postgresql – Why Postgres query is not using column in Index Condition but uses it in Filter condition
I am running a simple join query, where the table incident_tracker_details is covered by a suitable index. The query is slow because it doesn`t use all the columns in Index Condition, but does use the column as a Filter leading…