Re: unlogged tables

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: unlogged tables
Дата
Msg-id 4EC0FAE80200002500042E6C@gw.wicourts.gov
обсуждение исходный текст
Ответ на Re: unlogged tables  ("Anibal David Acosta" <aa@devshock.com>)
Ответы Re: unlogged tables  ("Anibal David Acosta" <aa@devshock.com>)
Список pgsql-performance
"Anibal David Acosta" <aa@devshock.com> wrote:

> Maybe an option like "Recover from file " will be useful
> So, for example, daily some process do a COPY of entire table to a
> file
>
> In case of crash postgres recover content from the file.

If you need to recover file contents on a crash, then an unlogged
table is probably not the right choice.  There is always
asynchronous commit.

-Kevin

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

Предыдущее
От: "Anibal David Acosta"
Дата:
Сообщение: Re: unlogged tables
Следующее
От: "Anibal David Acosta"
Дата:
Сообщение: Re: unlogged tables