 




<?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/"
		>
<channel>
	<title>Comments on: How much performance are you loosing by not aligning your drives?</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/</link>
	<description></description>
	<lastBuildDate>Tue, 07 May 2013 13:39:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-98</link>
		<dc:creator>Mrdenny</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-98</guid>
		<description><![CDATA[John,
I forgot to mention if you happen to be going to PDC in Los Angeles this October, we are having a [A href=&quot;http://www.socalcodecamp.com&quot;]Code Camp[/A] the weekend before.  At the code camp I&#039;ll be giving a session on [A href=&quot;http://www.socalcodecamp.com/session.aspx?sid=76cc1740-42b5-4298-9bd4-856eb9872294&quot;]Storage for the DBA[/A] which you may find interesting.

Denny]]></description>
		<content:encoded><![CDATA[<p>John,<br />
I forgot to mention if you happen to be going to PDC in Los Angeles this October, we are having a [A href="http://www.socalcodecamp.com"]Code Camp[/A] the weekend before.  At the code camp I&#8217;ll be giving a session on [A href="http://www.socalcodecamp.com/session.aspx?sid=76cc1740-42b5-4298-9bd4-856eb9872294"]Storage for the DBA[/A] which you may find interesting.</p>
<p>Denny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-97</link>
		<dc:creator>Mrdenny</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:10:09 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-97</guid>
		<description><![CDATA[John,
Sorry it took me so long to get back to you.  Its been a busy couple of weeks.

1. The OS defaults to 32KB because when the fat file system was defined space was an issue and every 32KB counted.  These days that lost 32KB isn&#039;t a problem, but it causes the alignment problem which then causes performance problems.

2. Actually all disks which store data which is frequently accessed should be aligned.  This includes database servers, file servers, exchange servers, etc.

The Disk Sector Size and Stripe Unit size will be gotten from the storage it self.  When working with SQL Server its best to set these to 64KB as SQL Server does everything in 64KB chunks.]]></description>
		<content:encoded><![CDATA[<p>John,<br />
Sorry it took me so long to get back to you.  Its been a busy couple of weeks.</p>
<p>1. The OS defaults to 32KB because when the fat file system was defined space was an issue and every 32KB counted.  These days that lost 32KB isn&#8217;t a problem, but it causes the alignment problem which then causes performance problems.</p>
<p>2. Actually all disks which store data which is frequently accessed should be aligned.  This includes database servers, file servers, exchange servers, etc.</p>
<p>The Disk Sector Size and Stripe Unit size will be gotten from the storage it self.  When working with SQL Server its best to set these to 64KB as SQL Server does everything in 64KB chunks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnMCouch</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-93</link>
		<dc:creator>JohnMCouch</dc:creator>
		<pubDate>Tue, 09 Sep 2008 20:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-93</guid>
		<description><![CDATA[I read a bit from this Microsoft article in relation to aligning the partitions but I don&#039;t fully understand where to get these values or determine I am aligned correctly. It states in the article that in order to determine when alignment occurs, you need the below formula:

((Partition offset) * (Disk sector size)) / (Stripe unit size)

Partition Offset is found in Diskpart as you show above. How do you determine Disk Sector Size and Stripe Unit Size? 

http://support.microsoft.com/kb/929491

Thanks in advance for your help.]]></description>
		<content:encoded><![CDATA[<p>I read a bit from this Microsoft article in relation to aligning the partitions but I don&#8217;t fully understand where to get these values or determine I am aligned correctly. It states in the article that in order to determine when alignment occurs, you need the below formula:</p>
<p>((Partition offset) * (Disk sector size)) / (Stripe unit size)</p>
<p>Partition Offset is found in Diskpart as you show above. How do you determine Disk Sector Size and Stripe Unit Size? </p>
<p><a href="http://support.microsoft.com/kb/929491" rel="nofollow">http://support.microsoft.com/kb/929491</a></p>
<p>Thanks in advance for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnMCouch</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-92</link>
		<dc:creator>JohnMCouch</dc:creator>
		<pubDate>Tue, 09 Sep 2008 19:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-92</guid>
		<description><![CDATA[That is very interesting. I have a couple of questions though in reference to this. 

1: The operating system is defaulted to 32KB because of the waste that would occur for storing data that is smaller than 64KB. Is that correct?

2: Based on answer above, is it my understanding that only the drives where you would store SQL Server Database Data/Log Files should be aligned?]]></description>
		<content:encoded><![CDATA[<p>That is very interesting. I have a couple of questions though in reference to this. </p>
<p>1: The operating system is defaulted to 32KB because of the waste that would occur for storing data that is smaller than 64KB. Is that correct?</p>
<p>2: Based on answer above, is it my understanding that only the drives where you would store SQL Server Database Data/Log Files should be aligned?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrdenny</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-65</link>
		<dc:creator>Mrdenny</dc:creator>
		<pubDate>Thu, 26 Jun 2008 19:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-65</guid>
		<description><![CDATA[You use the diskpart command to see the partition offset.

Open a command prompt and select the disk you want to see.  Then type &quot;list partition&quot; and look at the offset.  You are looking for a 64k offset, the default is 32k.]]></description>
		<content:encoded><![CDATA[<p>You use the diskpart command to see the partition offset.</p>
<p>Open a command prompt and select the disk you want to see.  Then type &#8220;list partition&#8221; and look at the offset.  You are looking for a 64k offset, the default is 32k.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shel</title>
		<link>http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-64</link>
		<dc:creator>Shel</dc:creator>
		<pubDate>Wed, 25 Jun 2008 14:15:37 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/sql-server/how-much-performance-are-you-loosing-by-not-aligning-your-drives/#comment-64</guid>
		<description><![CDATA[interesting stuff, Denny.  This is my third week at a new job.  Is there a way to identify how our servers are configured?]]></description>
		<content:encoded><![CDATA[<p>interesting stuff, Denny.  This is my third week at a new job.  Is there a way to identify how our servers are configured?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
