Re: pg_basebackup from cascading standby after timeline switch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_basebackup from cascading standby after timeline switch
Дата
Msg-id 11428.1355854874@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_basebackup from cascading standby after timeline switch  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> On Tue, Dec 18, 2012 at 8:09 PM, Simon Riggs <simon@2ndquadrant.com> wrote:
>> What I'm saying is that the new history file is created from the old
>> one, so the latest file includes all the history as a direct copy. The
>> only thing new is one line of information.

> The timeline history file includes only ancestor timelines history. So
> the latest one might not include all the history.

Indeed.  And even if there are a thousand of them, so what?  It'd still
be less space than a single WAL segment file.

Better to keep the data than wish we had it later.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Error restoring from a base backup taken from standby
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [ADMIN] Problems with enums after pg_upgrade