Re: WAL file utilization question

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: WAL file utilization question
Дата
Msg-id 20070516165143.GU14548@nasby.net
обсуждение исходный текст
Ответ на Re: WAL file utilization question  (Keaton Adams <kadams@mxlogic.com>)
Ответы Re: WAL file utilization question  (Keaton Adams <kadams@mxlogic.com>)
Re: WAL file utilization question  (Keaton Adams <kadams@mxlogic.com>)
Список pgsql-admin
On Wed, May 16, 2007 at 10:49:04AM -0600, Keaton Adams wrote:
> So, if I do set the checkpoint_segments parameter to 50, 75, or even 100
> I will have a considerable number of WAL files in data/pg_xlog, but they
> will be used more efficiently, so I will be archiving less?  That's what
> I understand from the comments received so far.

Yes. Let it create 500 or 1000 WAL files if it wants... it's much more
important to limit the frequency of checkpoints than to reduce the
number of WAL files (which has virtually no impact on performance).
--
Jim Nasby                                      decibel@decibel.org
EnterpriseDB      http://enterprisedb.com      512.569.9461 (cell)

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

Предыдущее
От: Keaton Adams
Дата:
Сообщение: Re: WAL file utilization question
Следующее
От: Keaton Adams
Дата:
Сообщение: Re: WAL file utilization question