Re: Streaming a base backup from master - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Streaming a base backup from master
Date
Msg-id AANLkTimt_xE8rOZ5d6yvuTNNDdw2p9FfqSXr+EtujHYf@mail.gmail.com
Whole thread Raw
In response to Re: Streaming a base backup from master  (Greg Stark <gsstark@mit.edu>)
List pgsql-hackers
On Mon, Sep 6, 2010 at 10:07 AM, Greg Stark <gsstark@mit.edu> wrote:
> I think that description pretty much settles the question in my mind.
> The implementation choice of scanning the WAL to find all the changed
> blocks is more relevant to the use cases where incremental backups are
> useful. If you still have to read the entire database then there's not
> all that much to be gained except storage space. If you scan the WAL
> then you can avoid reading most of your large data warehouse to
> generate the incremental and only read the busy portion.

If you can scan the WAL, why wouldn't you just replay it?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise Postgres Company


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: 9.1alpha1 bundled -- please verify
Next
From: Simon Riggs
Date:
Subject: Re: Synchronization levels in SR