Re: increasing the default WAL segment size

Поиск
Список
Период
Сортировка
От David Steele
Тема Re: increasing the default WAL segment size
Дата
Msg-id 72098036-dfcf-5b5d-7020-534ee50d2b1b@pgmasters.net
обсуждение исходный текст
Ответ на Re: [HACKERS] increasing the default WAL segment size  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 3/24/17 12:27 AM, Peter Eisentraut wrote:
> On 3/23/17 16:58, Stephen Frost wrote:
>> The backup tools need to also get the LSN from the pg_stop_backup and
>> verify that they have the WAL file associated with that LSN.
>
> There is a function for that.
>
>> They also
>> need to make sure that they have all of the WAL files between the
>> starting LSN and the ending LSN.  Doing that requires understanding how
>> the files are named to make sure there aren't any missing.
>
> There is not a function for that, but there could be one.

A function would be nice, but tools often cannot depend on the database 
being operational so it's still necessary to re-implement them.  Having 
a sane sequence in the WAL makes that easier.

-- 
-David
david@pgmasters.net



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Monitoring roles patch
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: WIP: Covering + unique indexes.