Re: [GENERAL] pg_xlog keeps growing

Поиск
Список
Период
Сортировка
От dhanuj hippie
Тема Re: [GENERAL] pg_xlog keeps growing
Дата
Msg-id CAGqAkKfckS7zYwcnf+nQvUpJeii5qkYP0pOR2c=5fMKR7n2c4g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] pg_xlog keeps growing  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-general
Based on my config, what is the max size this directory is expected to grow ? And how can I check whether this recycle/removal is happening fine ?

On Tue, Feb 28, 2017 at 10:08 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Tue, Feb 28, 2017 at 1:20 PM, dhanuj hippie <dhanuj.hippie@gmail.com> wrote:
> So does it work like - it can go upto 16MB*1024 times which is 16GB, and
> then this will be cleaned up automatically ?

On a standby each time a restart point is created the oldest segments
are either recycled or removed, wal_keep_segments retains more of
that. You can look at KeepLogSeg() in
src/backend/access/transam/xlog.c if you want..
--
Michael

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] Shared WAL archive between master and standby: WALs notalways identical
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: [GENERAL] pg_xlog keeps growing