Re: register/unregister standby Re: Synchronous replication - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: register/unregister standby Re: Synchronous replication
Date
Msg-id AANLkTi=GCJ84kXsZtOP3AuFiT8=UTYDyiSW2xyouYJRR@mail.gmail.com
Whole thread Raw
In response to Re: register/unregister standby Re: Synchronous replication  (Dimitri Fontaine <dfontaine@hi-media.com>)
Responses Re: register/unregister standby Re: Synchronous replication  (Dimitri Fontaine <dfontaine@hi-media.com>)
List pgsql-hackers
On Thu, Sep 2, 2010 at 6:41 PM, Dimitri Fontaine <dfontaine@hi-media.com> wrote:
> In fact you don't need shell access here, it's rather easy to stream the
> base backup from the libpq connection, as implemented here :
>
>  http://github.com/dimitri/pg_basebackup
>
>> There's been some talk of being able to stream a base backup over the
>> replication connection too, which would be extremely handy.
>
> Yes please ! :)

One issue of the base backup function is that the operation will
be a long transaction. So, non-transactional special commands,
as like as VACUUM, would be better in terms of performance.
For example, CREATE or ALTER REPLICATION.

Of course, function-based approach is more flexible and
less invasive to the SQL parser. There are trade-offs.

--
Itagaki Takahiro


pgsql-hackers by date:

Previous
From: Dimitri Fontaine
Date:
Subject: Re: array_agg() NULL Handling
Next
From: Fujii Masao
Date:
Subject: Re: Synchronous replication - patch status inquiry