Re: question about drives configuration
- From: "Geoff N. Hiten" <sqlcraftsman@xxxxxxxxx>
- Date: Mon, 11 Jul 2005 09:42:51 -0400
RAID5 requires many more IO operations for a transactional change than any
of the other RAID configurations. This can impact cache performance since
it requires more cache space to handle the extra block read-writes. The
only place I find RAID5 to be good is where there is a daily load process
and everything else is read-only. transactional system, SAN or not, needs a
RAID 1+0 layoud for best performance.
Geoff N. Hiten
Microsoft SQL Server MVP
"Hilary Cotter" <hilary.cotter@xxxxxxxxx> wrote in message
news:%23R0VkFghFHA.4028@xxxxxxxxxxxxxxxxxxxxxxx
>I was under the impression that with write-back caching the performance
> difference between raid 5 and the raid 01, 10,1 variants is much the same.
> Is this not true?
>
> --
> Hilary Cotter
> Looking for a SQL Server replication book?
> http://www.nwsu.com/0974973602.html
>
> Looking for a FAQ on Indexing Services/SQL FTS
> http://www.indexserverfaq.com
> "Geoff N. Hiten" <sqlcraftsman@xxxxxxxxx> wrote in message
> news:uqzYB7ygFHA.3608@xxxxxxxxxxxxxxxxxxxxxxx
>> The normal drive performance rules do not change on a cluster. RAID 1
>> (mirror) or 1+0 (stripe of mirror sets) gives the best performance, but
> has
>> the highest per-byte storage cost. RAID 5 (stripe with parity) is very
> low
>> cost but does have a performance hit for transactional data and SQL log
>> usage. RAID 0 + 1 (mirror of stripe sets) is not recommended. RAID 10
>> is
> a
>> generic term for sometimes Raid 1+0 and Sometimes RAID 0+1. Make sure
> which
>> one you are getting.
>>
>> Geoff N. Hiten
>> Microsoft SQL Server MVP
>>
>> "Chen" <Chen@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
>> news:F2963003-41D2-4132-B74C-FBF92EE46984@xxxxxxxxxxxxxxxx
>> > Hi,
>> >
>> > We will build new clustering SQL Server. The question is that what kind
>> > drives configuration for user-defined database data files and
> transaction
>> > log
>> > files will improve performance, RAID 1+0, RAID 0+1, RAID 5 or RAID 10
> etc.
>> >
>> > Regards!
>> > -Chen
>> >
>>
>>
>
>
.
- References:
- question about drives configuration
- From: Chen
- Re: question about drives configuration
- From: Geoff N. Hiten
- Re: question about drives configuration
- From: Hilary Cotter
- question about drives configuration
- Prev by Date: Add a third node to a cluster
- Next by Date: RE: Add a third node to a cluster
- Previous by thread: Re: question about drives configuration
- Next by thread: RE: question about drives configuration
- Index(es):
Relevant Pages
|