Re: BUG #1851: Performance reduction from 8.0.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #1851: Performance reduction from 8.0.3
Дата
Msg-id 26654.1125098220@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #1851: Performance reduction from 8.0.3  ("Steve Wormley" <steve@wormley.com>)
Ответы Re: BUG #1851: Performance reduction from 8.0.3  (Steve Wormley <steve@wormley.com>)
Список pgsql-bugs
"Steve Wormley" <steve@wormley.com> writes:
> Did a dump and restore of my DB to 8.1beta1 (running concurrently with
> 8.0.3) and performance on the same query is about 50% slower with the beta.
> Ran query twice on each instance in sequence to make sure all data was in OS
> cache.

Did you vacuum analyze (or at least analyze) both databases?  The
rowcount estimates seem quite a bit different, which suggests the
two planners aren't working with the same stats.

            regards, tom lane

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

Предыдущее
От: Peter Nichols
Дата:
Сообщение: Installing postgres 8.0.3 on Windows
Следующее
От: Steve Wormley
Дата:
Сообщение: Re: BUG #1851: Performance reduction from 8.0.3