Re: Changing the default configuration - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: Changing the default configuration
Date
Msg-id 20030212.101026.71083976.t-ishii@sra.co.jp
Whole thread Raw
In response to Re: Changing the default configuration (was Re: [pgsql-advocacy]  ("Matthew T. O'Connor" <matthew@zeut.net>)
List pgsql-hackers
It's interesting that people focus on shared_buffers. From my
experience the most dominating parameter for performance is
wal_sync_method. It sometimes makes ~20% performance difference. On
the otherhand, shared_buffers does very little for
performance. Moreover too many shared_buffers cause performance
degration! I guess this is due to the poor design of bufmgr. Until it
is fixed, just increasing the number of shared_buffers a bit, say
1024, is enough IMHO.
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Changing the default configuration
Next
From: "scott.marlowe"
Date:
Subject: Re: Changing the default configuration (was Re: [pgsql-advocacy]