Re: Unlogged table restart

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: Unlogged table restart
Дата
Msg-id CAHyXU0wU3xTGoYk3X4hpEj+uSyd1k05d0r+0Cte4yYqb_X0OXg@mail.gmail.com
обсуждение исходный текст
Ответ на Unlogged table restart  (Oliver Kohll <oliver.lists@gtwm.co.uk>)
Список pgsql-general
On Mon, Sep 12, 2011 at 3:56 PM, Oliver Kohll <oliver.lists@gtwm.co.uk> wrote:
> Hi, great to see unlogged tables. There was discussion in the lists a while ago about various options for what would
happenon server restart. I understand after a crash they'll be truncated but what about after a clean restart? Are they
guaranteedto retain all committed data? If so I'll definitely use them for frequently written logs, if not I may still
doso but will need some extra backup steps. 

Per the documentation they are only cleared following an unclean
shutdown...(http://www.postgresql.org/docs/9.1/static/sql-createtable.html)

merlin

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

Предыдущее
От: Oliver Kohll
Дата:
Сообщение: Unlogged table restart
Следующее
От: Dylan Adams
Дата:
Сообщение: Re: Index Corruption