Subscribe to:
Post Comments (Atom)
Popular Posts
Labels
About Me
Best Practices
Career
Data Mining
Documentation
Feature Requests
Humor
MagicPASS
Meme Monday
Mirroring
Parameter Sniffing
PASS
Performance
PowerShell
Presentations
Query Tuning
Recognition
Replication
Scripts
Security
SQL Power Doc
SQL Server 2005
SQL Server 2008
SQLH2
SQLRally
SQLSaturday
SYDI
T-SQL Tuesday
Tips
Troubleshooting
Updates
VirtualBox
Windows
XML
What I'm Saying On Twitter
Copyright © 2015 Kendal Van Dyke. All rights reserved.
Kendal is a database strategist, community advocate, public speaker, and blogger. A practiced IT professional with over 15 years of SQL Server experience, Kendal excels at disaster recovery, high availability planning/implementation, & debugging/troubleshooting mission critical SQL Server environments. Kendal is a Senior Consultant on the Microsoft Premier Developer Support team and President of MagicPASS, the Orlando, FL based chapter of PASS. Before joining Microsoft, Kendal was a SQL Server/Data Platform MVP from 2011-2016.
[About Kendal]
(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9MNPJA4l6-fUucihu7dVXmOnHaSrHG-zuAhn6IXsjHqnZ2RJ4xSd3KNLMkYXnKcrDKORYVXxC1WGsrrt8s5U8k1atkLfg0xnLtZA6RbLt6qhppadMtWFJLRpNgg1zLjyG3qFeokfkc0xs/w139-h140-p/IMG_3503.JPG)
6 comments
I have to dispute the RAID5 tests. I have not tested myself but something has to be wrong. I would gladly take a 10-15% gain for read performance on the data drive for most workloads. However, everywhere else says RAID10, RAID10, RAID10. Could it be the controller, cache, something else?
The increase in read performance when using RAID 5 instead of RAID 10 comes at the HUGE hit RAID 5 takes on write performance (~66%).
I went into great detail on this in part 5 of the series, but I can see how I may have mangled the wording of it in this recap. I will edit to make it clearer.
Kendal, I want to say a big thank you for putting together this fantastic series. I have no doubt it took quite some time to produce and I for one certainly appreciate your efforts.
Yah but say your workload was 95% read\5% write wouldn't RAID 5 make sense?
i guess question is how badly that 5% writing is killing the server.
Excellent work. One very important test is missing though. What about the time of resilvering / disaster recovery? I understand there is an impact on this. With RAID5 paraties have to be calculated, with RAID10 the data has merely to be copied from the working disk on the replacement. And recovery is the sole reason for any RAID (except 0).
Post a Comment