Re: No control over max.num. WAL files

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: No control over max.num. WAL files
Дата
Msg-id BANLkTiku8nUf_XfK7-yWvjFLEm2swedKHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: No control over max.num. WAL files  (Andrew Sullivan <ajs@crankycanuck.ca>)
Ответы Re: No control over max.num. WAL files
Re: No control over max.num. WAL files
Список pgsql-general
On Wed, May 25, 2011 at 1:08 PM, Andrew Sullivan <ajs@crankycanuck.ca> wrote:

> Note that "unneeded".  Obviously, you need more than that, probably
> because you're restoring the database in one transaction (so none of
> the files can be flushed).

That's the way SQLServer and Oracle work, but not PostgreSQL. We can
clear down WAL files even during a long running transaction.

For us, "unneeded" means prior to the second-to-last checkpoint record.

--
 Simon Riggs                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

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

Предыдущее
От: Rafael Martinez
Дата:
Сообщение: Re: No control over max.num. WAL files
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: No control over max.num. WAL files