Re: Worse perfomance on 8.2.0 than on 7.4.14

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Worse perfomance on 8.2.0 than on 7.4.14
Дата
Msg-id 4049.1167585088@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Worse perfomance on 8.2.0 than on 7.4.14  (Rolf Østvik <rolfostvik@yahoo.no>)
Ответы Re: Worse perfomance on 8.2.0 than on 7.4.14
Список pgsql-performance
Rolf =?iso-8859-1?q?=D8stvik?= <rolfostvik@yahoo.no> writes:
> I have a simple query which uses 32ms on 7.4.14 and 1015ms on 8.2.0.

There's something awfully strange about that 8.2 plan --- if it knew
that it'd have to scan all of uut_result_subset (which it should have
known, if the stats were up-to-date), why did it use an indexscan
rather than a seqscan?  Are you sure you haven't tweaked any parameters
you didn't tell us about, such as setting enable_seqscan = off?

            regards, tom lane

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

Предыдущее
От: Dennis Bjorklund
Дата:
Сообщение: Re: Worse perfomance on 8.2.0 than on 7.4.14
Следующее
От: Rolf Østvik
Дата:
Сообщение: Re: Worse perfomance on 8.2.0 than on 7.4.14