Re: Streaming a base backup from master

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Streaming a base backup from master
Дата
Msg-id AANLkTimt_xE8rOZ5d6yvuTNNDdw2p9FfqSXr+EtujHYf@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Streaming a base backup from master  (Greg Stark <gsstark@mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: 9.1alpha1 bundled -- please verify
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Synchronization levels in SR