Question about linux filesystem and psql

Поиск
Список
Период
Сортировка
От Marcus Wegner
Тема Question about linux filesystem and psql
Дата
Msg-id 200407232018.51303.wegner3000@hotmail.com
обсуждение исходный текст
Ответы Re: Question about linux filesystem and psql  (Doug McNaught <doug@mcnaught.org>)
Список pgsql-general
Is it possible to keep data safe with linux and psql after crash?

The short description of the scenario is:
-> writing data with psql (using transactions), store process completed
-> user hits the reset button or kernel crashes (whatever left the filesystem
unsynced)
-> filesystem is xfs or reiserfs
-> reboot causes some blocks filled with zero (journalling feature discussed
on lkml) of last accessed files from some applications

My questions are:
Is there any solution that psql keeps the database intact (already written
data)?
Is there an option for psql or filesystem (like reiserfs data=ordered) which
should be used  (maybe backup database)

Thanks

Marcus

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

Предыдущее
От: Steve
Дата:
Сообщение: please please please PLEASE help!
Следующее
От: "Kevin Macdonald"
Дата:
Сообщение: Table access method not behaving like Oracle (index vs sequential scan). Examples and stats provided.