Re: WAL File archive time

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: WAL File archive time
Дата
Msg-id CAB7nPqRC9pMLoi+YTgmm0YeJjyhQryao8ZX+KgFx04Fm4Rny-A@mail.gmail.com
обсуждение исходный текст
Ответ на WAL File archive time  (Israel Brewster <israel@ravnalaska.net>)
Список pgsql-general
On Tue, Dec 6, 2016 at 7:24 AM, Israel Brewster <israel@ravnalaska.net> wrote:
> Simple question: are WAL files archived when full, or when recycled?

When full.

> That is, are the WAL archive files "up-to-date" other than the current WAL file,
> or will the archives always be wal_keep_segments behind?

WAL archives are kept up to date, meaning that all the segments older
than the one being written are archived (well perhaps not if the
archiver lags behind). wal_keep_segments numbers the number of
segments kept in pg_xlog past the last completed checkpoint.
--
Michael


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

Предыдущее
От: Melvin Davidson
Дата:
Сообщение: Re: Index size
Следующее
От: Joseph Brenner
Дата:
Сообщение: Re: Select works only when connected from login postgres