Re: Planner selects different execution plans depending on limit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Planner selects different execution plans depending on limit
Дата
Msg-id 25753.1347545077@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Planner selects different execution plans depending on limit  (Bill Martin <bill.martin@communote.com>)
Список pgsql-performance
Bill Martin <bill.martin@communote.com> writes:
> I�ve tried different values for the statistics but it is all the same (the planner decide to switch to a seqscan if
thelimit is 10). 

> ALTER TABLE core_content ALTER column content SET STATISTICS 1000;

Um, did you actually do an ANALYZE after changing that?

            regards, tom lane


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

Предыдущее
От: Tomas Vondra
Дата:
Сообщение: Re: : PostgreSQL Index behavior
Следующее
От: Bill Martin
Дата:
Сообщение: Re: Planner selects different execution plans depending on limit