Re: Linux File Systems and Postgres (or dbs in general)

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Linux File Systems and Postgres (or dbs in general)
Дата
Msg-id 200509011819.48592.josh@agliodbs.com
обсуждение исходный текст
Ответ на Linux File Systems and Postgres (or dbs in general)  (<operationsengineer1@yahoo.com>)
Ответы Re: Linux File Systems and Postgres (or dbs in general)  (Aly Dharshi <aly.dharshi@telus.net>)
Список pgsql-novice
OE,

> hi all, is there an optimal linux file system choice
> for a system that will be used as a db server?

Well, XFS and JFS offer some advantages.  However, I think support for them
under Linux is still flaky.

For Reiser and Ext3, it's about neck-and-neck; Reiser does marginally better
with lots of small tables, otherwise worse.   In either case, the important
thing is to remember to set the lowest level of journalling
( data=writeback ) otherwise you take a huge performance hit for the
journalling.


--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: David
Дата:
Сообщение: Re: Debian PostgreSQL Install
Следующее
От: Aly Dharshi
Дата:
Сообщение: Re: Linux File Systems and Postgres (or dbs in general)