Re: Opinions on Raid

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Opinions on Raid
Дата
Msg-id 1172598967.20651.72.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Opinions on Raid  ("Joe Uhl" <joeuhl@gmail.com>)
Ответы Re: Opinions on Raid
Список pgsql-performance
On Tue, 2007-02-27 at 07:12, Joe Uhl wrote:
> We have been running Postgres on a 2U server with 2 disks configured in
> raid 1 for the os and logs and 4 disks configured in raid 10 for the
> data.  I have since been told raid 5 would have been a better option
> given our usage of Dell equipment and the way they handle raid 10.

Some controllers do no layer RAID effectively.  Generally speaking, the
cheaper the controller, the worse it's gonna perform.

Also, some controllers are optimized more for RAID 5 than RAID 1 or 0.

Which controller does your Dell have, btw?

>   I
> have just a few general questions about raid with respect to Postgres:
>
> [1] What is the performance penalty of software raid over hardware raid?
>  Is it truly significant?  We will be working with 100s of GB to 1-2 TB
> of data eventually.

For a mostly read system, the performance is generally pretty good.
Older linux kernels ran layered RAID pretty slowly.  I.e. RAID 1+0 was
no faster than RAID 1.  The best performance software RAID I found in
older linux kernels (2.2, 2.4) was plain old RAID-1.  RAID-5 was good at
reading, but slow at writing.


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

Предыдущее
От: mark@mark.mielke.cc
Дата:
Сообщение: Re: Opinions on Raid
Следующее
От: Andrew - Supernews
Дата:
Сообщение: Re: Postgres performance Linux vs FreeBSD