Re: Slower query after psql changed it's execution plan

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slower query after psql changed it's execution plan
Дата
Msg-id 8646.1237818398@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Slower query after psql changed it's execution plan  (Romuald Brunet <romuald.brunet@gmail.com>)
Список pgsql-performance
Romuald Brunet <romuald.brunet@gmail.com> writes:
> After some investigation, we found out that the PostgreSQL server
> (8.1) changed the execution plan (I'm assuming because the number of
> rows increased).

The problem seems to be that the estimate for the number of rows fetched
from dc_post changed drastically --- it was in the right ballpark, and
now it's off by a factor of 30.  Why is that?  Maybe you had had a
special statistics target setting, and it got dropped?

> The statistics are at the default value everywhere (10)

Almost certainly not enough.

            regards, tom lane

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Slower query after psql changed it's execution plan
Следующее
От: Anne Rosset
Дата:
Сообщение: Re: Need help with one query