Re: Query execution plan from 8.3 -> 8.4

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Query execution plan from 8.3 -> 8.4
Дата
Msg-id 4BEA74E9020000250003160A@gw.wicourts.gov
обсуждение исходный текст
Ответ на Query execution plan from 8.3 -> 8.4  ("Brendan Hill" <brendanh@jims.net>)
Ответы Re: Query execution plan from 8.3 -> 8.4  ("Brendan Hill" <brendanh@jims.net>)
Список 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 по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Query execution plan from 8.3 -> 8.4
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: max_standby_delay considered harmful