Re: Load distributed checkpoint

From: "Jim C(dot) Nasby" <jim(at)nasby(dot)net>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: Load distributed checkpoint
Date: 2006-12-28 17:54:57
Message-ID: 20061228175457.GS71246@nasby.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

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(at)nasby(dot)net
EnterpriseDB http://enterprisedb.com 512.569.9461 (cell)

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-12-28 17:57:25 Re: TODO: Add a GUC to control whether BEGIN inside
Previous Message Bruce Momjian 2006-12-28 17:50:19 Re: Load distributed checkpoint

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-12-28 18:03:50 Re: Load distributed checkpoint
Previous Message Bruce Momjian 2006-12-28 17:50:19 Re: Load distributed checkpoint