Re: Sanity check requested

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Sanity check requested
Дата
Msg-id 200307181207.00746.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Sanity check requested  ("Nick Fankhauser" <nickf@ontko.com>)
Список pgsql-performance
Nick,

> ...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?

It lets you restart your server quickly after an unexpected power-out.  Ext2
is notoriously bad about this.

Also, WAL cannot necessarily recover properly if the underlying filesystem is
corrupted.

> I also guessed that a journaling file system would add overhead because now
> a write to the WAL file could itself be deferred and logged elsewhere.

You are correct.


--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: "Nick Fankhauser"
Дата:
Сообщение: Re: Sanity check requested
Следующее
От: Rod Taylor
Дата:
Сообщение: Re: Sanity check requested