Re: Upgraded from 7.4 to 8.1.4 QUERIES NOW SLOW!!! - Mailing list pgsql-performance

From Carlos Moreno
Subject Re: Upgraded from 7.4 to 8.1.4 QUERIES NOW SLOW!!!
Date
Msg-id 46F2CB62.4020409@mochima.com
Whole thread Raw
In response to Upgraded from 7.4 to 8.1.4 QUERIES NOW SLOW!!!  (smiley2211 <smiley2211@yahoo.com>)
Responses Re: Upgraded from 7.4 to 8.1.4 QUERIES NOW SLOW!!!  (smiley2211 <smiley2211@yahoo.com>)
List pgsql-performance
smiley2211 wrote:
> Hello all,
>
> Old servers that housed 7.4 performed better than 8.1.4 version...are there
> any MAJOR performance hits with this version???
>

Are you using the default UNICODE encoding for your databases??
This could potentially translate into a performance hit  (considerable?
Maybe, depending on what your applications do)

A related question:  why not update to the latest, 8.2.x ??

> I set the postgresql.conf setting to equal that of 7.4 and queries still run
> SLOW on 8.1.4...
>

Hmmm, I don't think the settings should be the same --- search the
archives for discussions on performance tuning and an informal
documentation of the postgresql.conf file.

> 3) vacuum analyze
>

Am I understanding correctly that you did this??  Just to double check,
yes, it is *very* important that you analyze the database *after loading
it*.

You could probably check the postgres log file to see if there are any
obvious red flags in there.

HTH,

Carlos
--


pgsql-performance by date:

Previous
From: Carlos Moreno
Date:
Subject: Re: Tablespaces and NFS
Next
From: smiley2211
Date:
Subject: Re: Upgraded from 7.4 to 8.1.4 QUERIES NOW SLOW!!!