Re: Allow wal_keep_segments to keep all segments

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: Allow wal_keep_segments to keep all segments
Дата
Msg-id 1275507413.21465.2825.camel@ebony
обсуждение исходный текст
Ответ на Allow wal_keep_segments to keep all segments  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Allow wal_keep_segments to keep all segments  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On Wed, 2010-06-02 at 15:20 -0400, Bruce Momjian wrote:

> The attached patch allows wal_keep_segments = -1 to keep all segements; 
> this is particularly useful for taking a base backup, where you need all
> the WAL files during startup of the standby.  I have documented this
> usage in the patch as well.
> 
> I am thinking of applying this after 9.0 beta2 if there is no objection.

It's not clear to me why "keep all files until server breaks" is a good
setting. Surely you would set this parameter to the size of your disk.
Why allow it to go higher?

-- Simon Riggs           www.2ndQuadrant.com



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Allow wal_keep_segments to keep all segments
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: "caught_up" status in walsender