Re: Background writer underemphasized ... - Mailing list pgsql-performance

From James Mansion
Subject Re: Background writer underemphasized ...
Date
Msg-id 480A0A5D.8060604@mansionfamily.plus.com
Whole thread Raw
In response to Re: Background writer underemphasized ...  (Greg Smith <gsmith@gregsmith.com>)
Responses Re: Background writer underemphasized ...
List pgsql-performance
Greg Smith wrote:
> Using the background writer more assures that the cache on the
> controller is going to be written to aggressively, so it may be
> somewhat filled already come checkpoint time.  If you leave the writer
> off, when the checkpoint comes you're much more likely to have the
> full 2GB available to absorb a large block of writes.
But isn't it the case that while using background writer might result in
*slightly* more data to write (since data that is updated several times
might actually be sent several times), the total amount of data in both
cases is much the same?  And if the buffer backed up in the BGW case,
wouldn't it also back up (more?) if the writes are deferred?  And in
fact by sending earlier, the real bottleneck (the disks) could have been
getting on with it and staring their IO earlier?

Can you explian your reasoning a bit more?

James


pgsql-performance by date:

Previous
From: Greg Smith
Date:
Subject: Re: Background writer underemphasized ...
Next
From: "Scott Marlowe"
Date:
Subject: Re: Exact index overhead