Re: Background writer underemphasized ...

From: Bill Moran <wmoran(at)collaborativefusion(dot)com>
To: Greg Smith <gsmith(at)gregsmith(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Background writer underemphasized ...
Date: 2008-04-16 20:07:24
Message-ID: 20080416160724.7605ffdb.wmoran@collaborativefusion.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In response to Greg Smith <gsmith(at)gregsmith(dot)com>:

> On Wed, 16 Apr 2008, Bill Moran wrote:
>
> >> bgwriter_delay = 10000ms # 10-10000ms between rounds
> >> bgwriter_lru_maxpages = 1000 # 0-1000 max buffers written/round
> > Have you watched closely under load to ensure that you're not seeing a
> > huge performance hit every 10s when the bgwriter kicks off?
>
> bgwriter_lru_maxpages = 1000 means that any background writer pass can
> write at most 1000 pages = 8MB. Those are buffered writes going into the
> OS cache, which it will write out at its own pace later. That isn't going
> to cause a performance hit when it happens.
>
> That isn't the real mystery though--where's the RAID5 rant I was expecting
> from you?

Oh crap ... he _is_ using RAID-5! I completely missed an opportunity to
rant!

blah blah blah ... RAID-5 == evile, etc ...

--
Bill Moran
Collaborative Fusion Inc.
http://people.collaborativefusion.com/~wmoran/

wmoran(at)collaborativefusion(dot)com
Phone: 412-422-3463x4023

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jeffrey Baker 2008-04-16 20:15:12 Anybody using the Dell Powervault MD3000 array?
Previous Message Greg Smith 2008-04-16 19:55:51 Re: Background writer underemphasized ...