Re: Sanity check requested

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Sanity check requested
Дата
Msg-id 1058555567.31093.22.camel@jester
обсуждение исходный текст
Ответ на Re: Sanity check requested  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-performance
> ...About one year ago I considered moving to a journaling file system, but
> opted not to because it seems like that's what WAL does for us already. How
> does putting a journaling file system under it add more reliability?

WAL only works if the WAL files are actually written to disk and can be
read off it again.  Ext2 has a number of deficiencies which can cause
problems with this basic operation (inode corruptions, etc).  Journaling
does not directly help.

Вложения

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

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Sanity check requested
Следующее
От: Tom Lane
Дата:
Сообщение: Re: File systems (RE: Sanity check requested)