<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Multifunctioning DBA &#187; Disk Performance</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/dba/tag/disk-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/dba</link>
	<description></description>
	<lastBuildDate>Wed, 06 Feb 2013 01:01:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Easy way to find bytes per cluster on your disk</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/easy-way-to-find-bytes-per-cluster-on-your-disk/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/easy-way-to-find-bytes-per-cluster-on-your-disk/#comments</comments>
		<pubDate>Thu, 16 Aug 2012 15:08:23 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[Data Files]]></category>
		<category><![CDATA[Database Administration]]></category>
		<category><![CDATA[Disk Performance]]></category>
		<category><![CDATA[block size]]></category>
		<category><![CDATA[disk]]></category>
		<category><![CDATA[Sql server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/?p=708</guid>
		<description><![CDATA[I recently learned a new windows command that is not the most intuitive, but it is nice.  I know that when I get a server and I am told that all my volumes are ready to go for SQL Server, I want to make sure that I have a 64K block. This command makes it [...]]]></description>
				<content:encoded><![CDATA[<p>I recently learned a new windows command that is not the most intuitive, but it is nice.  I know that when I get a server and I am told that all my volumes are ready to go for SQL Server, I want to make sure that I have a 64K block. This command makes it easy to verify.</p>
<p>&nbsp;</p>
<p>fsutil fsinfo ntfsinfo &lt;path&gt;</p>
<p>&nbsp;</p>
<p>That is it. Really simple but not the most intuitive. Here are the results.</p>
<p>&nbsp;</p>
<div id="attachment_709" class="wp-caption alignleft" style="width: 310px"><a href="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/83/files/2012/08/fsutil.jpg"><img class="size-medium wp-image-709" src="http://cdn.ttgtmedia.com/ITKE/uploads/blogs.dir/83/files/2012/08/fsutil-300x189.jpg" alt="FSUTIL" width="300" height="189" /></a><p class="wp-caption-text">fsutil example. Only 4k blocks on my c: drive</p></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/easy-way-to-find-bytes-per-cluster-on-your-disk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQLIO</title>
		<link>http://itknowledgeexchange.techtarget.com/dba/sqlio/</link>
		<comments>http://itknowledgeexchange.techtarget.com/dba/sqlio/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 17:00:56 +0000</pubDate>
		<dc:creator>Colin Smith</dc:creator>
				<category><![CDATA[Disk Performance]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[SAN]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/dba/sqlio/</guid>
		<description><![CDATA[Just the other day I was asked to prove to a user that our SAN disk would be faster than the servers Local Internal Disk. Now I am no SAN Admin but I know that in most cases the Fiber attached SAN is going to be faster than the internal local 10,000 RPM drives in [...]]]></description>
				<content:encoded><![CDATA[<p>Just the other day I was asked to prove to a user that our SAN disk would be faster than the servers Local Internal Disk. Now I am no SAN Admin but I know that in most cases the Fiber attached SAN is going to be faster than the internal local 10,000 RPM drives in my servers. Well thanks to <a title="SQLIP Performance Tuning" href="http://sqlserverpedia.com/wiki/SAN_Performance_Tuning_with_SQLIO" target="_blank">Brent Ozar</a>, once again, I was able to use SQLIO to run some tests and prove that the Fiber Attached SAN outperforms the local disks, at least in my case.</p>
<p>I watched and read the article that I have linked above and I ran SQLIO on both the internal and the SAN disks. I used the same parameters for each test. Both ran for about 18 hours since I did what is suggested and tested with multiple parameter values.</p>
<p>After the tests were complete I had about 90 pages of output for each test and was asked to come up with a summary of results to present by the next day. I was a bit worried about this. In Brent&#8217;s post he talks about pulling the Data into SQL Server and I am sure that is a great way to handle it. I do not have a server set up at this time to put this data into and, I am sorry to say, I am not comfortable enough with writitng SQL to do this and slice and dice the data in a short amount of time and I was up against a deadline.</p>
<p>I decided to use Powershell to sort the data for me and pull out only what I needed. I had Powershell put this into a csv file so that I could then manipulate the raw data in Excel. After I had it in Excel I was able to make some conclusions, Reads on the SAN were almost 80% faster and the Writes were almost 30% faster. Now SQLIO does not simulate SQL Server behavior, but this proves to me that the SAN is faster at the most basic level. If you would like to simulate SQL Server than you can use SQLSIM. I have looked at it but I have not dug into it much so I can not really say much about it at this time. Just something else to learn.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/dba/sqlio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
