Re: Load distributed checkpoint

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>, "Inaam Rana" <inaamrana(at)gmail(dot)com>
Subject: Re: Load distributed checkpoint
Date: 2007-02-27 01:48:51
Message-ID: 200702261748.51655.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Itagaki,

> Thank you for testing! Yes, I'm cleaning the patch. I changed
> configuration parameters to delay each phase in checkpoints from setting
> absolute times (checkpoint_xxx_duration) to setting relative to
> checkpoint_timeout (checkpoint_xxx_percent). Delay factors strongly
> depend on total checkpoint lengths, so I think the relative method is
> better.

Can I have a copy of the patch to add to the Sun testing queue?

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-02-27 02:10:01 Re: [HACKERS] Load distributed checkpoint
Previous Message Merlin Moncure 2007-02-27 01:08:04 Re: Proposal for Implenting read-only queries during wal replay (SoC 2007)

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2007-02-27 02:10:01 Re: [HACKERS] Load distributed checkpoint
Previous Message ITAGAKI Takahiro 2007-02-27 00:40:48 Re: Load distributed checkpoint