Re: Postgresql.conf Settings

From: "Scott Marlowe" <scott(dot)marlowe(at)gmail(dot)com>
To: smiley2211 <smiley2211(at)yahoo(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Postgresql.conf Settings
Date: 2007-11-04 17:37:02
Message-ID: dcc563d10711040937w2a50d74fh26531e1932a81a23@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 11/4/07, smiley2211 <smiley2211(at)yahoo(dot)com> wrote:
>
> Hello all,
>
> What are the ideal settings for values in this postgresql.conf file??? I
> have tried so many parameter changes but I still can not get the 8.1.4
> version to perform as well as the 7.x version...what do others have their
> postgrsql.conf file values set to???

Without knowing what query you're trying to run it's hard to say.

Can you post the explain analyze output for the query in both 7.x and 8.1?

> Are there any known performance degrades going from 7.x to 8.1 versions???

The only one I know of is if you try to do something like:

select * from table1 t1 left join table2 t2 on (t1.id=t2.id) where t2.id is null

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message smiley2211 2007-11-04 18:30:28 Re: Postgresql.conf Settings
Previous Message Jens-Wolfhard Schicke 2007-11-04 16:59:43 Re: Unfortunate expansion of composite types in union