Re: Recomended FS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Recomended FS
Дата
Msg-id Pine.LNX.4.44.0310202357100.29086-100000@peter.localdomain
обсуждение исходный текст
Ответ на Recomended FS  ("Ben-Nes Michael" <miki@canaan.co.il>)
Список pgsql-general
Ben-Nes Michael writes:

> 1. What is the preferred FS to go with ? EXT3, Reiseref, JFS, XFS ? ( speed,
> efficiency )

PostgreSQL might work better on "simple" file systems, so you avoid making
the head run all over the place for writing its own log and the PostgreSQL
log.  Some have even suggested FAT for the data files.  Good bets for
improving performance are putting the WAL logs and the indexes not on the
same spindle as the table files.  Of course, certain RAID configurations
achieve a similar effect.

> 2. What is the most importent part in the Hardware ? fast HD, alot of mem,
> or maybe strong cpu ?

Lots of memory, so you can cache a large fraction of the data in memory.
A good hard disk, if you do a lot of updates and/or your memory is not big
enough to cache most of the data.  CPU is not as important.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: Gaetano Mendola
Дата:
Сообщение: Re: VACUUM degrades performance significantly. Database
Следующее
От: Unihost Web Hosting
Дата:
Сообщение: Re: Recomended FS