Re: Performance problems with 9.2.15

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problems with 9.2.15
Дата
Msg-id 32524.1464356784@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance problems with 9.2.15  (Johan Fredriksson <eskil@kth.se>)
Ответы Re: Performance problems with 9.2.15  (Johan Fredriksson <eskil@kth.se>)
Re: Performance problems with 9.2.15  (Johan Fredriksson <eskil@kth.se>)
Список pgsql-performance
Johan Fredriksson <eskil@kth.se> writes:
> I am just about to upgrade from PostgreSQL 8.4.20 to 9.2.15, but I'v run
> into some huge performance issues.

The rowcount estimates from 9.2 seem greatly different from the 8.4 plan.
Did you remember to ANALYZE all the tables after migrating?  Maybe there
were some table-specific statistics targets that you forgot to transfer
over?  In any case, the 9.2 plan looks like garbage-in-garbage-out to
me :-( ... without estimates at least a little closer to reality, the
planner is unlikely to do anything very sane.

(BTW, I wonder why you are moving only to 9.2 and not something more
recent.)

            regards, tom lane


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

Предыдущее
От: Johan Fredriksson
Дата:
Сообщение: Performance problems with 9.2.15
Следующее
От: Johan Fredriksson
Дата:
Сообщение: Re: Performance problems with 9.2.15