Re: Load distributed checkpoint - Mailing list pgsql-hackers

From Jim C. Nasby
Subject Re: Load distributed checkpoint
Date
Msg-id 20061228175457.GS71246@nasby.net
Whole thread Raw
In response to Re: Load distributed checkpoint  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Load distributed checkpoint  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Thu, Dec 28, 2006 at 12:50:19PM -0500, Bruce Momjian wrote:
> To summarize, if we could have fsync() only write the dirty buffers that
> happened as part of the checkpoint, we could delay the write() for the
> entire time between checkpoints, but we can't do that, so we have to
> make it user-tunable.

What about the mmap/msync(?)/munmap idea someone mentioned?
-- 
Jim Nasby                                            jim@nasby.net
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Load distributed checkpoint
Next
From: Bruce Momjian
Date:
Subject: Re: TODO: Add a GUC to control whether BEGIN inside