Re: Advice on RAID card

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Advice on RAID card
Дата
Msg-id 873bntjb9p.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на Re: Advice on RAID card  (PFC <lists@boutiquenumerique.com>)
Ответы Re: Advice on RAID card  (Michael Stone <mstone+postgres@mathom.us>)
Список pgsql-performance
PFC <lists@boutiquenumerique.com> writes:

>     Which makes me think that I will use Software Raid 5 and convert the
> price of the card into RAM.
>     This should be nice for a budget server.
>     Gonna investigate now if Linux software RAID5 is rugged enough. Can
> always buy the a card later if not.

Raid 5 is perhaps the exception here. For Raid 5 a substantial amount of CPU
power is needed.

Also, Raid 5 is particularly inappropriate for write-heavy Database traffic.
Raid 5 actually hurts write latency dramatically and Databases are very
sensitive to latency.

On the other hand if your database is primarily read-only then Raid 5 may not
be a problem and may be faster than raid 1+0.

--
greg

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Advice on RAID card
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: [HACKERS] Releasing memory during External sorting?