<?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: I/O Operations, Arguably the Only Performance Metric You Need</title>
	<atom:link href="http://michaeljswart.com/?feed=rss2&#038;p=587" rel="self" type="application/rss+xml" />
	<link>http://michaeljswart.com/?p=587</link>
	<description>Database Whisperer</description>
	<lastBuildDate>Mon, 06 Sep 2010 00:56:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Something for the Weekend: SQL Server Links 12/03/10 &#124; John Sansom - SQL Server DBA in the UK</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2879</link>
		<dc:creator>Something for the Weekend: SQL Server Links 12/03/10 &#124; John Sansom - SQL Server DBA in the UK</dc:creator>
		<pubDate>Sat, 17 Apr 2010 08:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2879</guid>
		<description>[...] I/O Operations, Arguably the Only Performance Metric You Need &#8211; It&#8217;s that Database Whisperer chap again, Michael J Swart discusses. [...]</description>
		<content:encoded><![CDATA[<p>[...] I/O Operations, Arguably the Only Performance Metric You Need &#8211; It&#8217;s that Database Whisperer chap again, Michael J Swart discusses. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J. Swart</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2493</link>
		<dc:creator>Michael J. Swart</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2493</guid>
		<description>Good points Richard, and I think in that case striking the balance is the right approach. 

In general everyone should be aware of absolute rules of thumb. I deliberately try to write blog articles in black and white rather than shades of gray in the hopes that someone calls me on a particular point. By defending or (yikes) conceding points, I learn a topic deeper.</description>
		<content:encoded><![CDATA[<p>Good points Richard, and I think in that case striking the balance is the right approach. </p>
<p>In general everyone should be aware of absolute rules of thumb. I deliberately try to write blog articles in black and white rather than shades of gray in the hopes that someone calls me on a particular point. By defending or (yikes) conceding points, I learn a topic deeper.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2490</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 25 Mar 2010 16:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2490</guid>
		<description>Tricky point ( about laying off the CPU heavy stuff ) 

I think that striking the balance between retrieving enough information and presenting it to the developer for manipulation, and what the database can retrieve and do the CPU work on... is the tricky part for me. Probably my two biggest defenses for this are... 

1) lists ( ie. paging ) 

2) retrieving details for x expected entries ( ie. app wants id IN (1, 102, 201, 450001 ) )

Both of which require some amount of heavy lifting by the server. ( at least in my implementations )</description>
		<content:encoded><![CDATA[<p>Tricky point ( about laying off the CPU heavy stuff ) </p>
<p>I think that striking the balance between retrieving enough information and presenting it to the developer for manipulation, and what the database can retrieve and do the CPU work on&#8230; is the tricky part for me. Probably my two biggest defenses for this are&#8230; </p>
<p>1) lists ( ie. paging ) </p>
<p>2) retrieving details for x expected entries ( ie. app wants id IN (1, 102, 201, 450001 ) )</p>
<p>Both of which require some amount of heavy lifting by the server. ( at least in my implementations )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T-SQL Tuesday #4 - IO, IO It's Off To Disk We Go &#124; SQL Server Blog - StraightPath Solutions</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2309</link>
		<dc:creator>T-SQL Tuesday #4 - IO, IO It's Off To Disk We Go &#124; SQL Server Blog - StraightPath Solutions</dc:creator>
		<pubDate>Thu, 11 Mar 2010 04:41:10 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2309</guid>
		<description>[...] Michael Swart goes to the other side of the coin a bit. He talks about his own experiences and that tuning to IO is one of the best ways he has seen to improve query performance. I think if you take his advice, cross apply some of Kalen&#8217;s and Rob&#8217;s advice you&#8217;ll do just fine. I agree with Michael, in the majority of cases I come across, reducing the reads reduces the duration. Just be cautious like Kalen said and don&#8217;t go overboard like Rob said. [...]</description>
		<content:encoded><![CDATA[<p>[...] Michael Swart goes to the other side of the coin a bit. He talks about his own experiences and that tuning to IO is one of the best ways he has seen to improve query performance. I think if you take his advice, cross apply some of Kalen&#8217;s and Rob&#8217;s advice you&#8217;ll do just fine. I agree with Michael, in the majority of cases I come across, reducing the reads reduces the duration. Just be cautious like Kalen said and don&#8217;t go overboard like Rob said. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Russell</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2292</link>
		<dc:creator>Jon Russell</dc:creator>
		<pubDate>Tue, 09 Mar 2010 21:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2292</guid>
		<description>Nice post Michael.</description>
		<content:encoded><![CDATA[<p>Nice post Michael.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Schutz</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2288</link>
		<dc:creator>Dave Schutz</dc:creator>
		<pubDate>Tue, 09 Mar 2010 16:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2288</guid>
		<description>Michael,

Nice thought looking from the hardware view of things. It will be interesting to see if this also applies to SSD.</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>Nice thought looking from the hardware view of things. It will be interesting to see if this also applies to SSD.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J. Swart</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2286</link>
		<dc:creator>Michael J. Swart</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2286</guid>
		<description>Thanks, I&#039;ll fix that soon. (replace &gt; with &gt;)</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ll fix that soon. (replace &amp;gt; with &gt;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bertrand</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2284</link>
		<dc:creator>Aaron Bertrand</dc:creator>
		<pubDate>Tue, 09 Mar 2010 15:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2284</guid>
		<description>Nice post.  Your sample query&#039;s HTML deceives us though: it replaced &gt; with &gt; (second-last line).  

Cheers,
Aaron</description>
		<content:encoded><![CDATA[<p>Nice post.  Your sample query&#8217;s HTML deceives us though: it replaced &gt; with &gt; (second-last line).  </p>
<p>Cheers,<br />
Aaron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2283</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2283</guid>
		<description>Good post, glad I stumbled upon the #tsql2sday lots of good stuff today.
Thanks!</description>
		<content:encoded><![CDATA[<p>Good post, glad I stumbled upon the #tsql2sday lots of good stuff today.<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J. Swart</title>
		<link>http://michaeljswart.com/?p=587&#038;cpage=1#comment-2282</link>
		<dc:creator>Michael J. Swart</dc:creator>
		<pubDate>Tue, 09 Mar 2010 12:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://michaeljswart.com/?p=587#comment-2282</guid>
		<description>Thanks Pinal, That&#039;s especially flattering coming from you.</description>
		<content:encoded><![CDATA[<p>Thanks Pinal, That&#8217;s especially flattering coming from you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
