Re: performance drop on 8.2.4, reverting to 8.1.4

From: Guido Neitzer <lists(at)event-s(dot)net>
To: PostgreSQL Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: performance drop on 8.2.4, reverting to 8.1.4
Date: 2007-05-19 19:51:04
Message-ID: E9A8847C-1906-4701-89F2-0ECDFC5F8545@event-s.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 18.05.2007, at 10:21, Kenneth Marshall wrote:

> It is arguable, that updating the DB software version in an enterprise
> environment requires exactly that: check all production queries on the
> new software to identify any issues. In part, this is brought on by
> the
> very tuning that you performed against the previous software. Restore
> the 8.1 DB into 8.2. Then run the queries against both versions to
> evaluate functioning and timing.

And it is always a good idea to do this in a "clean room environment"
aka test server and set the logging in PostgreSQL to log all queries
longer than xx ms. If you first install 8.1 on the test machine, do a
test run and then upgrade to 8.2, you can compare results from the
tests and find the queries that are slower or faster quite easily.

cug

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message s d 2007-05-19 22:08:07 QP Problem
Previous Message Tom Lane 2007-05-19 18:12:35 Re: Efficient recursion