Re: postgresql.conf

From: Rene Pijlman <rene(at)lab(dot)applinet(dot)nl>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgresql.conf
Date: 2001-11-20 18:05:41
Message-ID: gk6lvt05a0d8j55iqlffc0mm6a2p7jk6fh@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, 19 Nov 2001 16:04:10 -0500 (EST), you wrote:

>> What we ought to do, however, is to collect and document empirical methods
>> for tuning, such as the above "1/4 of available memory" rule (which does
>> not claim to be correct, btw.).
>
>What would be interesting is to have a program that prompted the user,
>checked some system values, and modified postgresql.conf accordingly.

I vaguely remember Oracle had an out-of-the-box choice for a
small, medium or large installation, with small being the
default. This changed a bunch of parameters, including the RDBMS
block buffers, shared global area, max open cursors and such.
This can be implemented as an (installation time) config utility
on top of the current fundamental parameters.

Regards,
René Pijlman <rene(at)lab(dot)applinet(dot)nl>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message mlw 2001-11-20 18:16:01 Re: postgresql.conf (Proposed settings)
Previous Message F Harvell 2001-11-20 16:40:23 Re: [HACKERS] bug or change in functionality in 7.2?