Query Slowdown after upgrade from 9.1.1 to 9.1.2

From: Jason Long <mailing(dot)lists(at)octgsoftware(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Query Slowdown after upgrade from 9.1.1 to 9.1.2
Date: 2011-12-08 02:41:22
Message-ID: CAKm7n_neGkKKa6odsVpq4SEkVF94y5DFRMwDJyb42JqKzqqcKw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I upgraded to v9.1.2 a couple of days ago.

Some of my queries are taking noticeably longer. Some of the slower ones
would max out at about 45 seconds before. Now they are maxing out at
almost 2 minutes.

The only change I made to postgresql.conf was geqo_effort = 10 and this was
long before this upgrade.

I can provide more info if necessary. The queries involve join quite a few
tables and views together and also a window query for totals.

Any ideas?

Browse pgsql-general by date

  From Date Subject
Next Message Rodrigo E. De León Plicet 2011-12-08 02:52:09 Hope for a new PostgreSQL era?
Previous Message Merlin Moncure 2011-12-07 21:49:24 Re: dblink performance