Re: Performance Issue after upgrade from 9 to 11

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance Issue after upgrade from 9 to 11
Дата
Msg-id 29032.1580322151@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance Issue after upgrade from 9 to 11  (Perumal Raj <perucinci@gmail.com>)
Ответы Re: Performance Issue after upgrade from 9 to 11
Список pgsql-general
Perumal Raj <perucinci@gmail.com> writes:
> We have recently upgraded postgres from 9.2 to 11.6 and started seeing
> performance issue immediately and  able to fix the performance issue after
> disabling parameter: enable_seqscan.
> Question :
> Should i keep the above parameter always disabled ? If not why the behavior
> changed in Higher version ?

This is unanswerable with the amount of information you've given.
Yes, turning off enable_seqscan is a bad idea in general, but why
you got a worse plan without that requires details.

https://wiki.postgresql.org/wiki/Slow_Query_Questions

            regards, tom lane



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: Performance Issue after upgrade from 9 to 11
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Exclude constraint on ranges : commutative containment : allowonly complete containment