Re: DB slowness after upgrade from Postgres 9.1 to 9.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: p kirti <kirtip92(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: DB slowness after upgrade from Postgres 9.1 to 9.4
Date: 2017-11-12 19:37:38
Message-ID: 21900.1510515458@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

p kirti <kirtip92(at)gmail(dot)com> writes:
> We have recently upgraded our project with a huge DB from Postgres v9.1 to
> v9.4. The whole system performance has degraded alarmingly after the
> upgrade. Simple operations that were taking only a few seconds in Postgres
> 9.1 are now taking minutes of time.

Are you certain nothing else changed? Same hardware, same OS, same
database configuration settings?

Once you've eliminated issues like that, you'd need to drill down deeper.
There's useful advice to help crystallize the situation at
https://wiki.postgresql.org/wiki/Slow_Query_Questions

regards, tom lane

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Oliver Mattos 2017-11-13 16:44:49 Query planner gaining the ability to replanning after start of query execution.
Previous Message Tom Lane 2017-11-11 17:43:04 Re: overestimate on empty table