From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
Cc: | Simon Riggs <simon(at)2ndquadrant(dot)com>, "K, Niranjan (NSN - IN/Bangalore)" <niranjan(dot)k(at)nsn(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Synchronous replication & Hot standby patches |
Date: | 2009-02-24 19:26:16 |
Message-ID: | 3f0b79eb0902241126s6a17ca3g74b81e2d4378475c@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
On Wed, Feb 25, 2009 at 2:37 AM, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2009-02-24 19:28:31 | Re: GIN fast insert |
Previous Message | Kevin Grittner | 2009-02-24 19:25:13 | Re: Synchronous replication & Hot standby patches |