Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1 - Mailing list pgsql-performance

From Decibel!
Subject Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1
Date
Msg-id 20070911212634.GE38801@decibel.org
Whole thread Raw
In response to Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1  (Mark Mielke <mark@mark.mielke.cc>)
Responses Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1  (Mark Mielke <mark@mark.mielke.cc>)
List pgsql-performance
On Mon, Sep 10, 2007 at 06:22:06PM -0400, Mark Mielke wrote:
> In my case, I set effective_cache_size to 25% of the RAM available to
> the system (256 Mbytes), for a database that was about 100 Mbytes or
> less. I found performance to increase when reducing random_page_cost
> from 4.0 to 3.0.

Just for the record, effective_cache_size of 25% is *way* too low in
most cases, though if you only have 1GB setting it to 500MB probably
isn't too far off.

Generally, I'll set this to however much memory is in the server, minus
1G for the OS, unless there's less than 4G of total memory in which case
I subtract less.
--
Decibel!, aka Jim Nasby                        decibel@decibel.org
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

Attachment

pgsql-performance by date:

Previous
From: Decibel!
Date:
Subject: Re: DRBD and Postgres: how to improve the perfomance?
Next
From: Decibel!
Date:
Subject: Re: random_page_costs - are defaults of 4.0 realistic for SCSI RAID 1