<?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: Why is a Full Table Scan Selected &#8211; Will the Execution Plan Provide a Clue?</title>
	<atom:link href="http://hoopercharles.wordpress.com/2012/06/20/why-is-a-full-table-scan-selected-will-the-execution-plan-provide-a-clue/feed/" rel="self" type="application/rss+xml" />
	<link>http://hoopercharles.wordpress.com/2012/06/20/why-is-a-full-table-scan-selected-will-the-execution-plan-provide-a-clue/</link>
	<description>Miscellaneous Random Oracle Topics: Stop, Think, ... Understand</description>
	<lastBuildDate>Mon, 13 May 2013 14:10:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Log Buffer #275, A Carnival of the Vanities for DBAs &#124; The Pythian Blog</title>
		<link>http://hoopercharles.wordpress.com/2012/06/20/why-is-a-full-table-scan-selected-will-the-execution-plan-provide-a-clue/#comment-4766</link>
		<dc:creator><![CDATA[Log Buffer #275, A Carnival of the Vanities for DBAs &#124; The Pythian Blog]]></dc:creator>
		<pubDate>Fri, 22 Jun 2012 08:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6400#comment-4766</guid>
		<description><![CDATA[[...] is a Full Table Scan Selected – Will the Execution Plan Provide a Clue? Charles Hooper [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is a Full Table Scan Selected – Will the Execution Plan Provide a Clue? Charles Hooper [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles Hooper</title>
		<link>http://hoopercharles.wordpress.com/2012/06/20/why-is-a-full-table-scan-selected-will-the-execution-plan-provide-a-clue/#comment-4765</link>
		<dc:creator><![CDATA[Charles Hooper]]></dc:creator>
		<pubDate>Wed, 20 Jun 2012 18:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6400#comment-4765</guid>
		<description><![CDATA[Tony,

Thanks for the comment.  I added a small amount of additional information at the bottom of this blog article a couple of hours after you posted your comment.

Good point that the Starts column is 0, and identifying just what that means for the execution of the SQL statement.  I am not sure yet about the Cost column - is it a bug, or an indended result?

Jonathan&#039;s comments in the OTN thread might appear a bit harsh at first glance, yet those comments are spot on.]]></description>
		<content:encoded><![CDATA[<p>Tony,</p>
<p>Thanks for the comment.  I added a small amount of additional information at the bottom of this blog article a couple of hours after you posted your comment.</p>
<p>Good point that the Starts column is 0, and identifying just what that means for the execution of the SQL statement.  I am not sure yet about the Cost column &#8211; is it a bug, or an indended result?</p>
<p>Jonathan&#8217;s comments in the OTN thread might appear a bit harsh at first glance, yet those comments are spot on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Sleight</title>
		<link>http://hoopercharles.wordpress.com/2012/06/20/why-is-a-full-table-scan-selected-will-the-execution-plan-provide-a-clue/#comment-4762</link>
		<dc:creator><![CDATA[Tony Sleight]]></dc:creator>
		<pubDate>Wed, 20 Jun 2012 16:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://hoopercharles.wordpress.com/?p=6400#comment-4762</guid>
		<description><![CDATA[Charles,
This is a really great breakdown of a problem.

I have never seen the instance of the filter predicate  (NULL IS NOT NULL) before. But, given this information it is hardly surprising the cost of a FTS (252) was ignored as the filter would always be FALSE. That was shown later in your analysis with the starts=0, the FTS was not executed, hence cost being a token value of 1 which I guess is the CPU cost.]]></description>
		<content:encoded><![CDATA[<p>Charles,<br />
This is a really great breakdown of a problem.</p>
<p>I have never seen the instance of the filter predicate  (NULL IS NOT NULL) before. But, given this information it is hardly surprising the cost of a FTS (252) was ignored as the filter would always be FALSE. That was shown later in your analysis with the starts=0, the FTS was not executed, hence cost being a token value of 1 which I guess is the CPU cost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
