Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue
Дата
Msg-id 26501.1138981440@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres 7.3.2 -> 8.1.2 upgrade performance issue  (David Brain <dbrain@bandwidth.com>)
Ответы Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue  (David Brain <dbrain@bandwidth.com>)
Список pgsql-general
David Brain <dbrain@bandwidth.com> writes:
> Recently tried an upgrade from 7.3.2 to 8.1.2.  The actual upgrade went
> pretty well.  However my application is now getting >10 times slower
> INSERT times than it was under 7.3.2.  As far as possible I mirrored the
> settings in postgresql.conf (obviously I couldn't just drop in the old
> config).

> Any thoughts as to where to look, or what to do to fix this?

Did you remember to VACUUM ANALYZE after loading the data?  It sounds
to me like bad choices of plans ...

            regards, tom lane

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

Предыдущее
От: Stéphane SCHILDKNECHT
Дата:
Сообщение: Number format problem
Следующее
От: "Woody Woodring"
Дата:
Сообщение: Re: Postgres 7.3.2 -> 8.1.2 upgrade performance issue