Re: WAL archiving idle database

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: WAL archiving idle database
Дата
Msg-id 1193435219.7624.104.camel@dogma.ljc.laika.com
обсуждение исходный текст
Ответ на Re: WAL archiving idle database  (Erik Jones <erik@myemma.com>)
Ответы Re: WAL archiving idle database  (Erik Jones <erik@myemma.com>)
Список pgsql-general
On Fri, 2007-10-26 at 16:31 -0500, Erik Jones wrote:
> In the absence of activity, WAL are archived every checkpoint_timeout
> seconds.  archive_timeout is how long postgres will wait for the
> archive_command to return before declaring it failed.
>

http://www.postgresql.org/docs/current/static/runtime-config-wal.html

"When this parameter is greater than zero, the server will switch to a
new segment file whenever this many seconds have elapsed since the last
segment file switch."

Regards,
    Jeff Davis


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: WAL archiving idle database
Следующее
От: Tom Hart
Дата:
Сообщение: Re: find out data types using sql or php