Re: ext3 journalling type

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: ext3 journalling type
Дата
Msg-id 200411080938.56212.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: ext3 journalling type  ("Matt Clark" <matt@ymogen.net>)
Список pgsql-performance
Matt,

> It should be fastest because it is the least overhead, and safe because
> postgres does it's own write-order guaranteeing through fsync().  You
> should also mount the FS with the 'noatime' option.

This, of course, assumes that PostgreSQL is the only thing on the partition.
Which is a good idea in general, but not to be taken for granted ...

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: ext3 journalling type
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Question regarding the file system