Re: Tuning PostgreSQL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tuning PostgreSQL
Дата
Msg-id 9304.1059228755@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tuning PostgreSQL  ("Arjen van der Meijden" <acmmailing@vulcanus.its.tudelft.nl>)
Список pgsql-performance
"Arjen van der Meijden" <acmmailing@vulcanus.its.tudelft.nl> writes:
> Well, reboting is not a problem with ext2, but crashing might be... And
> normally you don't plan a systemcrash ;)
> Ext3 and xfs handle that much better.

A journaling filesystem is good to use if you can set it to journal
metadata but not file contents.  PG's WAL logic can recover lost file
contents, but we have no way to help out the filesystem if it's lost
metadata.

            regards, tom lane

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

Предыдущее
От: "Arjen van der Meijden"
Дата:
Сообщение: Re: Tuning PostgreSQL
Следующее
От: "Balazs Wellisch"
Дата:
Сообщение: Re: Tuning PostgreSQL