Re: Performance Issue after upgrade from 9 to 11 - Mailing list pgsql-general

From Tom Lane
Subject Re: Performance Issue after upgrade from 9 to 11
Date
Msg-id 29032.1580322151@sss.pgh.pa.us
Whole thread Raw
In response to Performance Issue after upgrade from 9 to 11  (Perumal Raj <perucinci@gmail.com>)
Responses Re: Performance Issue after upgrade from 9 to 11
List 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 by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Performance Issue after upgrade from 9 to 11
Next
From: Adrian Klaver
Date:
Subject: Re: Exclude constraint on ranges : commutative containment : allowonly complete containment