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

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Slower query after psql changed it's execution plan
Дата
Msg-id 49C75467.EE98.0025.0@wicourts.gov
обсуждение исходный текст
Ответ на Slower query after psql changed it's execution plan  (Romuald Brunet <romuald.brunet@gmail.com>)
Список pgsql-performance
Romuald Brunet <romuald.brunet@gmail.com> wrote:
> The statistics are at the default value everywhere (10)

Try setting that to 100 and running ANALYZE.

The small size of the sample with the default of 10 happened to land
you with a bad estimate this time.  (If the numbers it has were
actually representative of the data, the plan it's using would be
reasonable.)

-Kevin

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

Предыдущее
От: Romuald Brunet
Дата:
Сообщение: Slower query after psql changed it's execution plan
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Slower query after psql changed it's execution plan