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 4057.1580342052@sss.pgh.pa.us
Whole thread Raw
In response to Re: Performance Issue after upgrade from 9 to 11  (Perumal Raj <perucinci@gmail.com>)
List pgsql-general
Perumal Raj <perucinci@gmail.com> writes:
> I have used pg_upgrade which runs "analyze_new_cluster.sh" as post upgrade
> activity across all DB on cluster.

pg_upgrade itself won't run that script, it only creates it for you
to run.

> Also, I have executed manual vacuum on all individual tables. However the
> behavior is same until i disable the above said parameter.

Did those manual vacuums include an "analyze" option?

If you in fact haven't got analyze results on your tables, that might
explain your problems.  autovacuum would eventually rectify the situation
for larger tables, but it might never get around to small seldom-updated
tables.

If that's not it, I again direct your attention to the
Slow_Query_Questions wiki page.  That summarizes a lot of past experience
with solving performance problems, and you're not endearing yourself to
potential helpers by refusing to follow the process.

            regards, tom lane



pgsql-general by date:

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