Re: WAL log archive frequency

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: WAL log archive frequency
Дата
Msg-id 200601192053.k0JKrNj16672@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: WAL log archive frequency  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
Tom Lane wrote:
> Chris Jewell <c.jewell@lancaster.ac.uk> writes:
> > Further to my question on PITR, I have now implemented it :-)  However,
> > I was wondering about the frequency of archiving the WAL.  Does
> > postgresql wait until the current WAL file has reached 16MB before
> > calling the archive_command?
>
> Yes.  The assumption is the archive_command may be too stupid to deal
> with archiving the same file more than once, and/or might have
> performance issues with doing that, eg, if it's writing to tape or some
> kind of write-once media.
>
> You can do something like saving the newest-by-timestamp file in the
> xlog directory every minute or whatever via a cron job.  This ought to
> be better integrated though ...

FYI, this is documented.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: killing a query safely
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Distributed database with postgres