Re: turning fsync off for WAL

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: turning fsync off for WAL
Дата
Msg-id dcc563d10806021809k6c0fdee1k8a70b674aa05c9f1@mail.gmail.com
обсуждение исходный текст
Ответ на Re: turning fsync off for WAL  ("Ram Ravichandran" <ramkaka@gmail.com>)
Список pgsql-general
On Mon, Jun 2, 2008 at 6:42 PM, Ram Ravichandran <ramkaka@gmail.com> wrote:
>
>> Running without fsyncs is likely to lead to a corrupted db if you get
>> a crash / loss of connection etc...
>
> Just to clarify, by corrupted db you mean that all information (even the
> ones prior to the last fsync) will be lost. Right?


Well, it might be there, might not.  more likely most of it will be
there, but you'll get errors accessing files and could have incoherent
data coming out of the db.

but yeah, it's way more than just losing the last transaction.

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

Предыдущее
От: "Ram Ravichandran"
Дата:
Сообщение: Re: turning fsync off for WAL
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: turning fsync off for WAL