Re: Synchronous replication & Hot standby patches - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Synchronous replication & Hot standby patches
Date
Msg-id 3f0b79eb0902241126s6a17ca3g74b81e2d4378475c@mail.gmail.com
Whole thread Raw
In response to Re: Synchronous replication & Hot standby patches  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Hi,

On Wed, Feb 25, 2009 at 2:37 AM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> Presumably we'll keep the capability to restore from a backup and restore
> from WAL archive as well, when those are available. Keeping that capability
> shouldn't add many lines of code.

Yes, I assume that only missing WAL files (probably including .backup file)
which are not in archive area of the standby server need to be transferred.
If there are many missing files, we can also copy them via multiple connection
before starting the standby.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Synchronous replication & Hot standby patches
Next
From: Jeff Davis
Date:
Subject: Re: GIN fast insert