Re: silent data loss with ext4 / all current versions

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: silent data loss with ext4 / all current versions
Дата
Msg-id CAMsr+YH7j0uvBJQfaOrFX_d0o5mmKkOhj4iqhBYDyW156HAVVg@mail.gmail.com
обсуждение исходный текст
Ответ на silent data loss with ext4 / all current versions  (Tomas Vondra <tomas.vondra@2ndquadrant.com>)
Ответы Re: silent data loss with ext4 / all current versions
Список pgsql-hackers
On 27 November 2015 at 19:17, Tomas Vondra <tomas.vondra@2ndquadrant.com> wrote:
 
It's also possible to mitigate this by setting wal_sync_method=fsync

Are you sure?

https://lwn.net/Articles/322823/ tends to suggest that fsync() on the file is insufficient to ensure rename() is persistent, though it's somewhat old.

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

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: silent data loss with ext4 / all current versions
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: How to add and use a static library within Postgres backend