Re: Query execution plan from 8.3 -> 8.4 - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: Query execution plan from 8.3 -> 8.4
Date
Msg-id 4BEA74E9020000250003160A@gw.wicourts.gov
Whole thread Raw
In response to Query execution plan from 8.3 -> 8.4  ("Brendan Hill" <brendanh@jims.net>)
Responses Re: Query execution plan from 8.3 -> 8.4
List pgsql-hackers
"Brendan Hill" <brendanh@jims.net> wrote:
> AND Notes.Person_ID IN (SELECT
> ISNULL(Personnel.Person_ID, Businesses.Main_Person_ID)
You might try switching this to an EXISTS test.
If you post on this topic again, really it should be on the -perform
list, as Stephen mentioned, and review this page for ideas on other
information (like hardware and the postgresql.conf file) which might
help people better understand the problem:
http://wiki.postgresql.org/wiki/SlowQueryQuestions
-Kevin


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Query execution plan from 8.3 -> 8.4
Next
From: Simon Riggs
Date:
Subject: Re: max_standby_delay considered harmful