Re: Understanding wal segments

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Understanding wal segments
Дата
Msg-id 21716.1193978282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Understanding wal segments  (Kevin Kempter <kevin@kevinkempterllc.com>)
Ответы Re: Understanding wal segments  (Kevin Kempter <kevin@kevinkempterllc.com>)
Список pgsql-admin
Kevin Kempter <kevin@kevinkempterllc.com> writes:
> What's the relationship between wal_buffers and checkpoint_segments?

None particularly.

> even
> though the max distance between checkpoints is 32 segments, is there
> something that controls the number of files/segments in the pg_xlog dir ?

The system is designed to settle at 2*checkpoint_segments+1 files in
pg_xlog, assuming that you have activity spikes sufficient to drive it
up to that level at all.

            regards, tom lane

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

Предыдущее
От: Kevin Kempter
Дата:
Сообщение: Understanding wal segments
Следующее
От: Kevin Kempter
Дата:
Сообщение: Re: Understanding wal segments