Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Douglas J Hunley <doug(at)hunley(dot)homeip(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x
Date: 2007-06-04 03:17:22
Message-ID: 1577.1180927042@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Douglas J Hunley <doug(at)hunley(dot)homeip(dot)net> writes:
> On Saturday 02 June 2007 11:25:11 Tom Lane wrote:
>> Another thing that seems strange is that the 8.2 config file does not
>> seem to have been processed by initdb --- or did you explicitly comment
>> out the settings it made?

> I don't understand this comment. You are saying 'initdb' will make changes to
> the file? The file I sent is the working copy from the machine in question.

Yeah --- in a normal installation, initdb will provide un-commented
entries for these postgresql.conf parameters:

max_connections
shared_buffers
max_fsm_pages
datestyle
lc_messages
lc_monetary
lc_numeric
lc_time

(The first three are set dependent on SHMMAX probing, the others
dependent on locale.) Your conf file doesn't seem to have been through
that autoconfiguration step, which suggests someone poking at things
they should have left alone.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Douglas J Hunley 2007-06-04 12:40:39 Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x
Previous Message Greg Smith 2007-06-03 22:30:17 Re: upgraded to pgsql 8.2.4, getting worse performance then 7.4.x