<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Raid Configuration &#8211; RAID 10</title>
	<atom:link href="http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/</link>
	<description>Personal Notes of Pinal Dave</description>
	<lastBuildDate>Thu, 09 Feb 2012 10:31:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jerome</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-203092</link>
		<dc:creator><![CDATA[Jerome]]></dc:creator>
		<pubDate>Wed, 23 Nov 2011 19:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-203092</guid>
		<description><![CDATA[Hi, all

I got two new server Dell PowerEdge T310 with 4 physical disks configured in a RAID5 array. I want to set up a database mirror schema using this two servers.
What could be the best file placement strategy (log file, tempdb, and data files) in this scenario?
Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Hi, all</p>
<p>I got two new server Dell PowerEdge T310 with 4 physical disks configured in a RAID5 array. I want to set up a database mirror schema using this two servers.<br />
What could be the best file placement strategy (log file, tempdb, and data files) in this scenario?<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo Fonseca</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-87961</link>
		<dc:creator><![CDATA[Ricardo Fonseca]]></dc:creator>
		<pubDate>Wed, 15 Sep 2010 20:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-87961</guid>
		<description><![CDATA[I have done some very intresting tests in our infrastructure to identify which the performance of different raid array setup will different disk speed .


You can find the following details on  :
http://www.databaseskills.net/blogger/raid-setup-comparison-part-1

http://www.databaseskills.net/blogger/raid-setup-comparison-part-2

As for my numerous experiences I will tell you this. The setup that fits most of the organizations that I worked with looks as the following :

OS - RAID 1
LOG - RAID 1
TEMPDB - RAID 10 (ideally) ELSE RAID 5
DATA - RAID 10 (ideally) ELSE RAID 5]]></description>
		<content:encoded><![CDATA[<p>I have done some very intresting tests in our infrastructure to identify which the performance of different raid array setup will different disk speed .</p>
<p>You can find the following details on  :<br />
<a href="http://www.databaseskills.net/blogger/raid-setup-comparison-part-1" rel="nofollow">http://www.databaseskills.net/blogger/raid-setup-comparison-part-1</a></p>
<p><a href="http://www.databaseskills.net/blogger/raid-setup-comparison-part-2" rel="nofollow">http://www.databaseskills.net/blogger/raid-setup-comparison-part-2</a></p>
<p>As for my numerous experiences I will tell you this. The setup that fits most of the organizations that I worked with looks as the following :</p>
<p>OS &#8211; RAID 1<br />
LOG &#8211; RAID 1<br />
TEMPDB &#8211; RAID 10 (ideally) ELSE RAID 5<br />
DATA &#8211; RAID 10 (ideally) ELSE RAID 5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-78190</link>
		<dc:creator><![CDATA[Samir]]></dc:creator>
		<pubDate>Tue, 29 Jun 2010 19:54:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-78190</guid>
		<description><![CDATA[Hey - I am curious on this one as well.

Performance of Raid 1 vs. Raid 10 for sql server

Any insight? We&#039;re toying with placing tran logs
on Raid 1 and data on Raid 10...

thx]]></description>
		<content:encoded><![CDATA[<p>Hey &#8211; I am curious on this one as well.</p>
<p>Performance of Raid 1 vs. Raid 10 for sql server</p>
<p>Any insight? We&#8217;re toying with placing tran logs<br />
on Raid 1 and data on Raid 10&#8230;</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-69266</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 05 May 2010 13:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-69266</guid>
		<description><![CDATA[If you are using RAID 10 to store data and log files, is there any benefit to creating multiple .mdf files for large databases to take advantage of SQL&#039;s proportional fill algorithm (since the large .mdf file is striped at the h/w level anyway ?).  A lot of our implementations here use a physical device for O/S, paging and apps, and 1 RAID 10 array for data, log and backup files, with this in mind, is there a benefit to having multiple .mdf files for tempdb, as well as user dbs ? (I am aware this is the best practice if you have separate spindles, as we did in the old days).]]></description>
		<content:encoded><![CDATA[<p>If you are using RAID 10 to store data and log files, is there any benefit to creating multiple .mdf files for large databases to take advantage of SQL&#8217;s proportional fill algorithm (since the large .mdf file is striped at the h/w level anyway ?).  A lot of our implementations here use a physical device for O/S, paging and apps, and 1 RAID 10 array for data, log and backup files, with this in mind, is there a benefit to having multiple .mdf files for tempdb, as well as user dbs ? (I am aware this is the best practice if you have separate spindles, as we did in the old days).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-69264</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Wed, 05 May 2010 13:15:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-69264</guid>
		<description><![CDATA[Cheng, you should avoid shrinking databases, and if you do, I would bulk copy all tables out and bulk copy them back in to defragment.]]></description>
		<content:encoded><![CDATA[<p>Cheng, you should avoid shrinking databases, and if you do, I would bulk copy all tables out and bulk copy them back in to defragment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dallas</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-61623</link>
		<dc:creator><![CDATA[Dallas]]></dc:creator>
		<pubDate>Tue, 23 Feb 2010 07:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-61623</guid>
		<description><![CDATA[Hi Alan,

You will have to give us some more information before we can adequately determine the right choice.
You will need to show details of transaction counts, write vs read ops etc.  Have you considered putting tempdb out on it&#039;s own?

You may find familiarity/safety with raid6 (or your junior DBA&#039;s/hardware techs).  You may find raid10 simple to manage.

I haven&#039;t used hot spares before, so while it seems to help your recovery rate, I&#039;m always close by my servers.  If this is in a datacentre that could be a different story.

Your answer lies in the comparison between read and write operations, as raid6 will have the double parity penalty.]]></description>
		<content:encoded><![CDATA[<p>Hi Alan,</p>
<p>You will have to give us some more information before we can adequately determine the right choice.<br />
You will need to show details of transaction counts, write vs read ops etc.  Have you considered putting tempdb out on it&#8217;s own?</p>
<p>You may find familiarity/safety with raid6 (or your junior DBA&#8217;s/hardware techs).  You may find raid10 simple to manage.</p>
<p>I haven&#8217;t used hot spares before, so while it seems to help your recovery rate, I&#8217;m always close by my servers.  If this is in a datacentre that could be a different story.</p>
<p>Your answer lies in the comparison between read and write operations, as raid6 will have the double parity penalty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-60959</link>
		<dc:creator><![CDATA[Alan]]></dc:creator>
		<pubDate>Wed, 10 Feb 2010 18:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-60959</guid>
		<description><![CDATA[We are implementing a new SQL server with 18 15k drives and two HW RAID controllers.

In your opinion, which arrangement is preferable:

Option 1:
DB on a RAID 0+1 array (3 drives striped mirrored to 3 drives)
Logs on a RAID 0+1 array (3 drives striped mirrored to 3 drives)
OS &amp; SQL on a mirrored drive two drive array
Two hot spares

OR...

Option B
DB on  a RAID 6 adg array over 7 drives (two drives can fail)
Logs on a RAID 6 adg array over 7 drives (two drives can fail)
OS &amp; SQL on a mirrored drive two drive array

Option A has fewer spindles in the array but option B has the parity overhead (minimum because of the HW controllers.

Any thoughts or insight would be welcome.]]></description>
		<content:encoded><![CDATA[<p>We are implementing a new SQL server with 18 15k drives and two HW RAID controllers.</p>
<p>In your opinion, which arrangement is preferable:</p>
<p>Option 1:<br />
DB on a RAID 0+1 array (3 drives striped mirrored to 3 drives)<br />
Logs on a RAID 0+1 array (3 drives striped mirrored to 3 drives)<br />
OS &amp; SQL on a mirrored drive two drive array<br />
Two hot spares</p>
<p>OR&#8230;</p>
<p>Option B<br />
DB on  a RAID 6 adg array over 7 drives (two drives can fail)<br />
Logs on a RAID 6 adg array over 7 drives (two drives can fail)<br />
OS &amp; SQL on a mirrored drive two drive array</p>
<p>Option A has fewer spindles in the array but option B has the parity overhead (minimum because of the HW controllers.</p>
<p>Any thoughts or insight would be welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Dean</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51369</link>
		<dc:creator><![CDATA[Travis Dean]]></dc:creator>
		<pubDate>Tue, 28 Apr 2009 18:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51369</guid>
		<description><![CDATA[This is directly from that same article if you look below it:

RAID Level 10 Explanation Contains an Error 

The RAID Level 10 explanation given here in the MS documentation is actually for Level 0+1. Level 10 is striping the mirrored segments of disks.


For Example: If you have 4 drives, drive 1 and 2 are mirrored, drive 3 and 4 are mirrored having 2 logical drives, then stripe them. Here you have high fault tolerance and excellent performance because of striping.]]></description>
		<content:encoded><![CDATA[<p>This is directly from that same article if you look below it:</p>
<p>RAID Level 10 Explanation Contains an Error </p>
<p>The RAID Level 10 explanation given here in the MS documentation is actually for Level 0+1. Level 10 is striping the mirrored segments of disks.</p>
<p>For Example: If you have 4 drives, drive 1 and 2 are mirrored, drive 3 and 4 are mirrored having 2 logical drives, then stripe them. Here you have high fault tolerance and excellent performance because of striping.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51142</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 03:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51142</guid>
		<description><![CDATA[Andrew Morgan,

I am absolutely very much interested in what your test results are.

Kind Regards,
Pinal]]></description>
		<content:encoded><![CDATA[<p>Andrew Morgan,</p>
<p>I am absolutely very much interested in what your test results are.</p>
<p>Kind Regards,<br />
Pinal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Morgan</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51139</link>
		<dc:creator><![CDATA[Andrew Morgan]]></dc:creator>
		<pubDate>Tue, 21 Apr 2009 01:35:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-51139</guid>
		<description><![CDATA[Pinal,

This is going to be an interesting case study.  We currently use disk mirroring (RAID 1) and are completely unimpressed with our write performance.  We are going to be switching to RAID 10 shortly.  Look forward to letting you know about our performance increase!]]></description>
		<content:encoded><![CDATA[<p>Pinal,</p>
<p>This is going to be an interesting case study.  We currently use disk mirroring (RAID 1) and are completely unimpressed with our write performance.  We are going to be switching to RAID 10 shortly.  Look forward to letting you know about our performance increase!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xwris Onoma</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-49086</link>
		<dc:creator><![CDATA[Xwris Onoma]]></dc:creator>
		<pubDate>Sun, 15 Mar 2009 06:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-49086</guid>
		<description><![CDATA[Yes! RAID-10 is first RAID-1 then RAID-0. RAID-01 (not to be confused with RAID-1) is first RAID-0 then RAID-1. Please do a google search on these terms and spend up to 1/2 hour reading up. No IT professional should ever say that &quot;RAID-10 is 0+1&quot;. Yes in plain arithmetic 0+1=1+0. But this is not the same. Be responsible people! Others are reading you too!]]></description>
		<content:encoded><![CDATA[<p>Yes! RAID-10 is first RAID-1 then RAID-0. RAID-01 (not to be confused with RAID-1) is first RAID-0 then RAID-1. Please do a google search on these terms and spend up to 1/2 hour reading up. No IT professional should ever say that &#8220;RAID-10 is 0+1&#8243;. Yes in plain arithmetic 0+1=1+0. But this is not the same. Be responsible people! Others are reading you too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-47197</link>
		<dc:creator><![CDATA[SQLAuthority News - Best Articles on SQLAuthority.com Journey to SQL Authority with Pinal Dave]]></dc:creator>
		<pubDate>Tue, 24 Feb 2009 12:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-47197</guid>
		<description><![CDATA[[...] SQL SERVER - Raid Configuration - RAID 10 [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER &#8211; Raid Configuration &#8211; RAID 10 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keld Simonsen</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-45865</link>
		<dc:creator><![CDATA[Keld Simonsen]]></dc:creator>
		<pubDate>Wed, 21 Jan 2009 23:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-45865</guid>
		<description><![CDATA[You are right, what is commonly called rai10 is actually raid1+0, and raid01 is actually raid0+1.

But there is a raid10 type in Linux, which is different, it is not a nested raid type, but all are done within the same kernel driver. It has the advantage of doing striping on all constituing drives at sequential reads, with the &quot;far&quot; layout, giving almost the performance of raid0 . It is well suited for SQL operations, as there is also some optimizations in using only the outer faster sectors for reading, and also limiting read seeking to the outer (faster) sectors on the disk..Raid10 can be constructed with only 2 drives.

More on linux raid incl raid10 can be found on http://linux-raid.osdl.org

raid5 cab also be very fast, for sequential reading.with an observed performance ov a little over N-1 times the drive nominal speed, N being the number of drives active. This actually also goes for sequential writing, having a write speed of N-1.

For SQL uses RAID5 is not the best choice, the writing speed is something like N/4 because you need  2 reads and 2 wrtes to change a smaller data block.]]></description>
		<content:encoded><![CDATA[<p>You are right, what is commonly called rai10 is actually raid1+0, and raid01 is actually raid0+1.</p>
<p>But there is a raid10 type in Linux, which is different, it is not a nested raid type, but all are done within the same kernel driver. It has the advantage of doing striping on all constituing drives at sequential reads, with the &#8220;far&#8221; layout, giving almost the performance of raid0 . It is well suited for SQL operations, as there is also some optimizations in using only the outer faster sectors for reading, and also limiting read seeking to the outer (faster) sectors on the disk..Raid10 can be constructed with only 2 drives.</p>
<p>More on linux raid incl raid10 can be found on <a href="http://linux-raid.osdl.org" rel="nofollow">http://linux-raid.osdl.org</a></p>
<p>raid5 cab also be very fast, for sequential reading.with an observed performance ov a little over N-1 times the drive nominal speed, N being the number of drives active. This actually also goes for sequential writing, having a write speed of N-1.</p>
<p>For SQL uses RAID5 is not the best choice, the writing speed is something like N/4 because you need  2 reads and 2 wrtes to change a smaller data block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: subash</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-38035</link>
		<dc:creator><![CDATA[subash]]></dc:creator>
		<pubDate>Wed, 14 May 2008 15:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-38035</guid>
		<description><![CDATA[Hi, i have been going thru the article on RAID. I found that it is defined as Redundant Array of Inexpensive Disk. While it may sound correct, isn&#039;t the real definition is Redundant Array of Independent Disk?]]></description>
		<content:encoded><![CDATA[<p>Hi, i have been going thru the article on RAID. I found that it is defined as Redundant Array of Inexpensive Disk. While it may sound correct, isn&#8217;t the real definition is Redundant Array of Independent Disk?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishnaraj</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33993</link>
		<dc:creator><![CDATA[Krishnaraj]]></dc:creator>
		<pubDate>Tue, 26 Feb 2008 19:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33993</guid>
		<description><![CDATA[I agree with Rich.

RAID 01 is a mirrored configuration of two striped sets. 
RAID 10 is a stripe across a number of mirrored sets.

Both will combine the Striping and Mirroring But the Difference is which level applied first.]]></description>
		<content:encoded><![CDATA[<p>I agree with Rich.</p>
<p>RAID 01 is a mirrored configuration of two striped sets.<br />
RAID 10 is a stripe across a number of mirrored sets.</p>
<p>Both will combine the Striping and Mirroring But the Difference is which level applied first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33272</link>
		<dc:creator><![CDATA[Rich]]></dc:creator>
		<pubDate>Fri, 25 Jan 2008 17:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33272</guid>
		<description><![CDATA[Alan and Dan are correct. Pinaldave and Paul are incorrect. RAID 0+1 is NOT the same as RAID 10. The RAIDs differ because the RAID modes are layered (nested) in the opposite order. RAID 0+1 is vulnerable to single drive failure, as Alan observed correctly. This point is confirmed and reinforced on multiple RAID reference sites.]]></description>
		<content:encoded><![CDATA[<p>Alan and Dan are correct. Pinaldave and Paul are incorrect. RAID 0+1 is NOT the same as RAID 10. The RAIDs differ because the RAID modes are layered (nested) in the opposite order. RAID 0+1 is vulnerable to single drive failure, as Alan observed correctly. This point is confirmed and reinforced on multiple RAID reference sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cheng</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33225</link>
		<dc:creator><![CDATA[cheng]]></dc:creator>
		<pubDate>Wed, 23 Jan 2008 16:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33225</guid>
		<description><![CDATA[I tried to shrink production db it has three files of data. each of them left about 220 MB free space. 
database data_1 size 2192 MB, free space 0 MB.  
data_2 size 2219 mb, free space 224.6 mb
how can I shrink them?

DBCC shrink database (proDB, ?)
Go]]></description>
		<content:encoded><![CDATA[<p>I tried to shrink production db it has three files of data. each of them left about 220 MB free space.<br />
database data_1 size 2192 MB, free space 0 MB.<br />
data_2 size 2219 mb, free space 224.6 mb<br />
how can I shrink them?</p>
<p>DBCC shrink database (proDB, ?)<br />
Go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33105</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Fri, 18 Jan 2008 17:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-33105</guid>
		<description><![CDATA[Sorry Dan but you are incorrect. The industry says that RAID 0+1 is also known as RAID 10. I am 100% certain]]></description>
		<content:encoded><![CDATA[<p>Sorry Dan but you are incorrect. The industry says that RAID 0+1 is also known as RAID 10. I am 100% certain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Rous</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-7288</link>
		<dc:creator><![CDATA[Dan Rous]]></dc:creator>
		<pubDate>Fri, 10 Aug 2007 09:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-7288</guid>
		<description><![CDATA[To quote &quot;RAID 10 is RAID 0+1&quot;... sorry but that&#039;s rubbish!
RAID 10 is RAID 1+0!
RAID 01 is RAID 0+1!
So to have said &quot;to avoid confusion RAID 0+1 = RAID 01 is called RAID 1+0 = RAID 10&quot; is incorrect!?
Surely you&#039;re not claiming that RAID 0+1 is the same as RAID 10?]]></description>
		<content:encoded><![CDATA[<p>To quote &#8220;RAID 10 is RAID 0+1&#8243;&#8230; sorry but that&#8217;s rubbish!<br />
RAID 10 is RAID 1+0!<br />
RAID 01 is RAID 0+1!<br />
So to have said &#8220;to avoid confusion RAID 0+1 = RAID 01 is called RAID 1+0 = RAID 10&#8243; is incorrect!?<br />
Surely you&#8217;re not claiming that RAID 0+1 is the same as RAID 10?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pinaldave</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-1984</link>
		<dc:creator><![CDATA[pinaldave]]></dc:creator>
		<pubDate>Tue, 01 May 2007 02:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-1984</guid>
		<description><![CDATA[Alan,

It is correct. RAID 10 is RAID 0+1. As we already have RAID 1 and to avoid confusion RAID 0+1 = RAID 01 is called RAID 1+0 = RAID 10.

Your observation about RAID is correct. Thank you,

Pinal Dave
(http://www.SQLAuthority.com)]]></description>
		<content:encoded><![CDATA[<p>Alan,</p>
<p>It is correct. RAID 10 is RAID 0+1. As we already have RAID 1 and to avoid confusion RAID 0+1 = RAID 01 is called RAID 1+0 = RAID 10.</p>
<p>Your observation about RAID is correct. Thank you,</p>
<p>Pinal Dave<br />
(<a href="http://www.SQLAuthority.com" rel="nofollow">http://www.SQLAuthority.com</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan Saunders</title>
		<link>http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-1965</link>
		<dc:creator><![CDATA[Alan Saunders]]></dc:creator>
		<pubDate>Mon, 30 Apr 2007 16:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/2007/04/22/sql-server-raid-configuration-raid-10/#comment-1965</guid>
		<description><![CDATA[Surely the RAID array described in the &#039;Book online&#039; link above is RAID 0+1 not RAID 10 (1+0)
RAID 0 (striped) Mirrored to another RAID 0 i.e stripe two sets of disks then mirror the stripes

RAID 10 as I understand it is a RAID 0 Array of RAID 1 Mirrored pairs. i.e. Mirror pairs of disks, then stripe the mirrored pairs.

In RAID 0+1, any one drive failing from each RAID-0 array (2 drives) will fail the entire array, whereas any two drives failing in a RAID 1 + 0 array will only fail the entire array if the drives concerned are both halves of the same mirrored pair.

Please tell me if I&#039;m wrong]]></description>
		<content:encoded><![CDATA[<p>Surely the RAID array described in the &#8216;Book online&#8217; link above is RAID 0+1 not RAID 10 (1+0)<br />
RAID 0 (striped) Mirrored to another RAID 0 i.e stripe two sets of disks then mirror the stripes</p>
<p>RAID 10 as I understand it is a RAID 0 Array of RAID 1 Mirrored pairs. i.e. Mirror pairs of disks, then stripe the mirrored pairs.</p>
<p>In RAID 0+1, any one drive failing from each RAID-0 array (2 drives) will fail the entire array, whereas any two drives failing in a RAID 1 + 0 array will only fail the entire array if the drives concerned are both halves of the same mirrored pair.</p>
<p>Please tell me if I&#8217;m wrong</p>
]]></content:encoded>
	</item>
</channel>
</rss>

