Re: two disks - best way to use them?

Поиск
Список
Период
Сортировка
От Olleg Samoylov
Тема Re: two disks - best way to use them?
Дата
Msg-id dn1gv1$1erb$1@news.hub.org
обсуждение исходный текст
Ответ на two disks - best way to use them?  ("Rick Schumeyer" <rschumeyer@ieee.org>)
Список pgsql-performance
Rick Schumeyer wrote:
> 1)       the input data file
> 2)       the pg table
> 3)       the WAL

And journal of file system, especially if you not set "noatime" mount
option. WAL and file system journal like to make sync.

IMHO: on first disk (raid mirror:)) I place /, pg_table and file system
journal from second disk. On second /var and pg tables. Thus first disc
is synced time to time, second not.
--
Olleg Samoylov

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

Предыдущее
От: Olleg Samoylov
Дата:
Сообщение: BLCKSZ
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Queries taking ages in PG 8.1, have been much faster in PG<=8.0