Re: Why the 8.1 plan is worst than 7.4?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Why the 8.1 plan is worst than 7.4?
Дата
Msg-id 6069.1149045646@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Why the 8.1 plan is worst than 7.4?  (wmiro@ig.com.br <wmiro@ig.com.br>)
Список pgsql-performance
"wmiro@ig.com.br" <wmiro@ig.com.br> writes:
> Why the plan is worst in postgres 8.1?

(1) you have not actually shown us that the plan is worse.  If you are
complaining that the planner is wrong, EXPLAIN output (which contains
only the planner's estimates) is useless for proving your point.  Show
EXPLAIN ANALYZE.

(2) Have you ANALYZEd these tables recently in either database?  The
discrepancies in estimated rowcounts suggest that the two planners
are working with different statistics.

            regards, tom lane

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: Query performance
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: App very unresponsive while performing simple update