Re: Weird query plan

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Tkach <dmitry(at)openratings(dot)com>
Cc: pg_general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Weird query plan
Date: 2003-09-17 20:05:42
Message-ID: 5315.1063829142@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dmitry Tkach <dmitry(at)openratings(dot)com> writes:
> I now have the same problem with it, but the other way around - the
> query with a condition on a runs quickly, and one with a condition on b
> does not... and the query plans are the same, and have a as outer table...

Hm. You know, I wonder whether the query plans really are the same.
One of the reasons why 7.3 and later show the qual conditions is that
it was too easy to fall into the trap of assuming that plans of the same
structure had the same conditions. Try doing "explain verbose" and look
to see if the plans look the same at that level of detail.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Network Administrator 2003-09-17 20:28:02 Re: State of Beta (2)
Previous Message Alvaro Herrera 2003-09-17 20:03:34 Re: Where are PL/pgSQL functions stored?