Re: Incorrect index used in few cases.. - Mailing list pgsql-performance

From Tom Lane
Subject Re: Incorrect index used in few cases..
Date
Msg-id 802.1560864908@sss.pgh.pa.us
Whole thread Raw
In response to Incorrect index used in few cases..  (AminPG Jaffer <aminjaffer.pg@gmail.com>)
Responses Re: Incorrect index used in few cases..
List pgsql-performance
AminPG Jaffer <aminjaffer.pg@gmail.com> writes:
> Is there an explanation why it is using incorrect index?

> SQL:
> SELECT count(*) FROM tc WHERE ((tc.a_id = $1)) AND ((tc.m_id = $2)) AND
> ((tc.ag_id is not null)) AND ((tc.id in ($3))) AND ((tc.pt in ($4, $5, $6)))

What data types are these columns?  For that matter, could we see the
whole schema for the table (psql \d+ output or equivalent)?

            regards, tom lane



pgsql-performance by date:

Previous
From: AminPG Jaffer
Date:
Subject: Incorrect index used in few cases..
Next
From: AminPG Jaffer
Date:
Subject: Re: Incorrect index used in few cases..