Re: PGSQL 7.4 -> 8.1 migration & performance problem - Mailing list pgsql-general

From Nis Jorgensen
Subject Re: PGSQL 7.4 -> 8.1 migration & performance problem
Date
Msg-id 447D9788.9030700@superlativ.dk
Whole thread Raw
In response to PGSQL 7.4 -> 8.1 migration & performance problem  ("Philippe Lang" <philippe.lang@attiksystem.ch>)
List pgsql-general
Philippe Lang wrote:
> Hi,
>
> For an unknown reason, I cannot post this message to the mailing-list!
>
> Here it is:
>
> http://www.attiksystem.ch/postgresql-general.txt

Please post query and table structure as well. And since you are using a
medium with no limitation on line lenght, unwrap the query plan.

EXPLAIN ANALYZE output would more useful. Indeed, PG 8 believes it has
found a "better" plan than 7.4, costing only ~1.1 million units
(although these are probably not directly comparable).

Memory settings might be relevant - you may be comparing a vanilla
installation of 8.1 with a "tuned" 7.4.

/Nis



pgsql-general by date:

Previous
From: jonathan harvey
Date:
Subject: CreateUser error
Next
From: Bruno Wolff III
Date:
Subject: Re: Best high availability solution ?