Re: Offering tuned config files - Mailing list pgsql-hackers

From Manfred Koizar
Subject Re: Offering tuned config files
Date
Msg-id c9hp4vcn1crqa51jjsroni901umf727ah9@4ax.com
Whole thread Raw
In response to Offering tuned config files  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: Offering tuned config files
Re: Offering tuned config files
List pgsql-hackers
On Fri, 14 Feb 2003 14:12:50 +0800, "Christopher Kings-Lynne"
<chriskl@familyhealth.com.au> wrote:
>Here's a stab at some extra conf files.  Feel free to shoot them down.

No intent to shoot anything down, just random thoughts:

effective_cache_size = 20000 (~ 160 MB) should be more adequate for a
256 MB machine than the extremely conservative default of 1000.  I
admit that the effect of this change is hard to benchmark.  A way too
low (or too high) setting may lead the planner to wrong conclusions.

More parameters affecting the planner:#cpu_tuple_cost = 0.01#cpu_index_tuple_cost = 0.001#cpu_operator_cost = 0.0025

Are these still good defaults?  I have no hard facts, but ISTM that
CPU speed is increasing more rapidly than disk access speed.

In postgresql.conf.sample-writeheavy you have:commit_delay = 10000

Is this still needed with "ganged WAL writes"?  Tom?

ServusManfred


pgsql-hackers by date:

Previous
From: Martin Marques
Date:
Subject: Re: Incremental backup
Next
From: Bruce Momjian
Date:
Subject: Re: location of the configuration files