If you have the disks, always choose a RAID10 config over a RAID5
config. The situations where RAID5 can compare to RAID10 are very
little, and only few adapters are able to achieve it (LSI MegaRAID
320-2X). RAID10 gives you the combination of performance and redundancy.

We run our replicated sql servers also with RAID10 configurations. The
difference between RAID5 and RAID10 is immense.


This is from the MS SQL Server notes: 

"To store your database log files (.ldf), the best performance is often
gained by storing them using a RAID 1 (mirrored or duplexed) array. This
assumes that there is only a single log file on the RAID 1 array. If
there is only a single log file on the RAID 1 array, the file can be
written to sequentially, speeding up log writes.

But if there are multiple log files (from multiple databases) sharing
the same RAID 1 array, then there is little or no advantage of using a
RAID 1 array. This is because although writing to a log is done
sequentially, multiple log files on the same array means that the array
will no longer be able to write sequentially, but will have to write
randomly, negating much of the benefits of a RAID 1 array.

But note: a RAID 1 array might still be better than a RAID 5 array if it
can process more random writes than the RAID 5 array. You will have to
check your hardware to know for sure. Another option is to put each
database log on its own separate RAID 1 array. One more option is to put
the log on a RAID 10 array, which offers the best features of RAID 1 and
RAID 5. While this is expensive, it will provide optimum performance.
[6.5, 7.0, 2000] Updated 12-20-2004"

Micha Schopman
Software Engineer

Modern Media, Databankweg 12 M, 3821 AL  Amersfoort
Tel 033-4535377, Fax 033-4535388
KvK Amersfoort 39081679, Rabo 39.48.05.380



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware: a new and convenient web-based time tracking application. Start 
tracking and documenting hours spent on a project or with a client with Logware 
today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190694
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to