Re: how to partition disks

Поиск
Список
Период
Сортировка
От Richard Broersma Jr
Тема Re: how to partition disks
Дата
Msg-id 20060614142344.13558.qmail@web31804.mail.mud.yahoo.com
обсуждение исходный текст
Ответ на Re: how to partition disks  (Sven Geisler <sgeisler@aeccom.com>)
Ответы Re: how to partition disks  (Sven Geisler <sgeisler@aeccom.com>)
Список pgsql-performance
> > raid 10 is of course not questionable. but are you sure that it will
> > work faster than for example:
> > 2 discs (raid 1) for xlog
> > 6 discs (raid 10) for tables
> > 6 discs (raid 10) for indices?
> >
>
> This depends on your application. Do you have a lot of disc reads?
> Anyhow, I would put the xlog always to a RAID 10 volume because most of
> the I/O for update and inserts is going to the xlog.
>
> 4 discs xlog
> 6 discs tables
> 4 discs tables2

I have a question in regards to I/O bandwidths of various raid configuration.  Primary, does the
above suggested raid partitions imply that multiple (smaller) disk arrays have a potential for
more I/O bandwidth than a larger raid 10 array?

Regards,

Richard



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: OT - select + must have from - sql standard syntax?
Следующее
От: Sven Geisler
Дата:
Сообщение: Re: how to partition disks