Re: choosing RAID level for xlogs

Поиск
Список
Период
Сортировка
От Anjan Dave
Тема Re: choosing RAID level for xlogs
Дата
Msg-id 4BAFBB6B9CC46F41B2AD7D9F4BBAF785098BE0@vt-pe2550-001.VANTAGE.vantage.com
обсуждение исходный текст
Ответ на choosing RAID level for xlogs  ("Anjan Dave" <adave@vantage.com>)
Ответы Re: choosing RAID level for xlogs  (John A Meinel <john@arbash-meinel.com>)
Re: choosing RAID level for xlogs  (Vivek Khera <vivek@khera.org>)
Re: choosing RAID level for xlogs  (John A Meinel <john@arbash-meinel.com>)
Re: choosing RAID level for xlogs  (Alex Turner <armtuk@gmail.com>)
Список pgsql-performance
Yes, that's true, though, I am a bit confused because the Clariion array
document I am reading talks about how the write cache can eliminate the
RAID5 Write Penalty for sequential and large IOs...resulting in better
sequential write performance than RAID10.

anjan


-----Original Message-----
From: mudfoot@rawbw.com [mailto:mudfoot@rawbw.com]
Sent: Tuesday, August 16, 2005 2:00 PM
To: pgsql-performance@postgresql.org
Subject: Re: [PERFORM] choosing RAID level for xlogs

Quoting Anjan Dave <adave@vantage.com>:

> Hi,
>
>
>
> One simple question. For 125 or more checkpoint segments
> (checkpoint_timeout is 600 seconds, shared_buffers are at 21760 or
> 170MB) on a very busy database, what is more suitable, a separate 6
disk
> RAID5 volume, or a RAID10 volume? Databases will be on separate
> spindles. Disks are 36GB 15KRPM, 2Gb Fiber Channel. Performance is
> paramount, but I don't want to use RAID0.
>

RAID10 -- no question.  xlog activity is overwhelmingly sequential 8KB
writes.
In order for RAID5 to perform a write, the host (or controller) needs to
perform
extra calculations for parity.  This turns into latency.  RAID10 does
not
perform those extra calculations.

>
>
> PG7.4.7 on RHAS 4.0
>
>
>
> I can provide more info if needed.
>
>
>
> Appreciate some recommendations!
>
>
>
> Thanks,
>
> Anjan
>
>
>
>
> ---
> This email message and any included attachments constitute
confidential
> and privileged information intended exclusively for the listed
> addressee(s). If you are not the intended recipient, please notify
> Vantage by immediately telephoning 215-579-8390, extension 1158. In
> addition, please reply to this message confirming your receipt of the
> same in error. A copy of your email reply can also be sent to
> support@vantage.com. Please do not disclose, copy, distribute or take
> any action in reliance on the contents of this information. Kindly
> destroy all copies of this message and any attachments. Any other use
of
> this email is prohibited. Thank you for your cooperation. For more
> information about Vantage, please visit our website at
> http://www.vantage.com <http://www.vantage.com/> .
> ---
>
>
>
>



---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
       subscribe-nomail command to majordomo@postgresql.org so that your
       message can get through to the mailing list cleanly


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

Предыдущее
От: mudfoot@rawbw.com
Дата:
Сообщение: Re: choosing RAID level for xlogs
Следующее
От: Dennis Bjorklund
Дата:
Сообщение: Re: Need for speed