<?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: Index Efficiency 3</title>
	<atom:link href="http://jonathanlewis.wordpress.com/index-efficiency-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Thu, 23 May 2013 12:47:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: ASSM wreck &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-40181</link>
		<dc:creator><![CDATA[ASSM wreck &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Wed, 30 Mar 2011 21:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-40181</guid>
		<description><![CDATA[[...] is doing something similar to the model then it&#8217;s worth checking the related indexes (see my index efficiency note) to see if any of them are displaying the same problem as this test case. If they are you may want [...]]]></description>
		<content:encoded><![CDATA[<p>[...] is doing something similar to the model then it&#8217;s worth checking the related indexes (see my index efficiency note) to see if any of them are displaying the same problem as this test case. If they are you may want [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Statistics problem &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35851</link>
		<dc:creator><![CDATA[Statistics problem &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Mon, 22 Mar 2010 06:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35851</guid>
		<description><![CDATA[[...] this note on my website &#8211; now corrected and enhanced in the script catalog &#8211; about how to use the sys_op_lbid() function to do a detailed check on [...]]]></description>
		<content:encoded><![CDATA[<p>[...] this note on my website &#8211; now corrected and enhanced in the script catalog &#8211; about how to use the sys_op_lbid() function to do a detailed check on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Index Explosion &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35746</link>
		<dc:creator><![CDATA[Index Explosion &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35746</guid>
		<description><![CDATA[[...] you run something like my &#8220;index efficiency&#8221; code to check how well each block in the index is used, you may find something like [...]]]></description>
		<content:encoded><![CDATA[<p>[...] you run something like my &#8220;index efficiency&#8221; code to check how well each block in the index is used, you may find something like [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35687</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Fri, 05 Mar 2010 10:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35687</guid>
		<description><![CDATA[Flado,

Casting my mind back nearly seven years - I&#039;ve got no idea. As I pointed out at the top of this note, and on the catalog page, these are just quick hacks I put together and they&#039;re not intended to be polished, bullet-proof code.

I&#039;ll take a guess that when I wrote the introductory statement I started with a query to pull back the columns I needed in the right order, checked it was working, then did the max(decode()) trick and forgot to eliminate the &quot;order by&quot;. 

(Of course, if Oracle had considered that an error seven years ago, it wouldn&#039;t be here today).

Prompted by the thought of a seven-year-old hack, I&#039;ve just had to ask myself what it would do if you created an index with a function-based column - without testing it I don&#039;t think I&#039;d know whether or not it would still work.]]></description>
		<content:encoded><![CDATA[<p>Flado,</p>
<p>Casting my mind back nearly seven years &#8211; I&#8217;ve got no idea. As I pointed out at the top of this note, and on the catalog page, these are just quick hacks I put together and they&#8217;re not intended to be polished, bullet-proof code.</p>
<p>I&#8217;ll take a guess that when I wrote the introductory statement I started with a query to pull back the columns I needed in the right order, checked it was working, then did the max(decode()) trick and forgot to eliminate the &#8220;order by&#8221;. </p>
<p>(Of course, if Oracle had considered that an error seven years ago, it wouldn&#8217;t be here today).</p>
<p>Prompted by the thought of a seven-year-old hack, I&#8217;ve just had to ask myself what it would do if you created an index with a function-based column &#8211; without testing it I don&#8217;t think I&#8217;d know whether or not it would still work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flado</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35681</link>
		<dc:creator><![CDATA[Flado]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 12:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35681</guid>
		<description><![CDATA[Jonathan,

What&#039;s the point of &quot;order by column_position&quot; in lines 87-88? 
I&#039;m actually quite impressed that Oracle politely ignores attempts to order a single row - I didn&#039;t know that.

Cheers!
Flado]]></description>
		<content:encoded><![CDATA[<p>Jonathan,</p>
<p>What&#8217;s the point of &#8220;order by column_position&#8221; in lines 87-88?<br />
I&#8217;m actually quite impressed that Oracle politely ignores attempts to order a single row &#8211; I didn&#8217;t know that.</p>
<p>Cheers!<br />
Flado</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simple scripts &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35678</link>
		<dc:creator><![CDATA[Simple scripts &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35678</guid>
		<description><![CDATA[[...] a data dictionary scan for simple B-tree indexes that may be unreasonably large for the data held Index Leaf Block scanner: a labour-intensive analysis of leaf block usage for a simple B-tree [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a data dictionary scan for simple B-tree indexes that may be unreasonably large for the data held Index Leaf Block scanner: a labour-intensive analysis of leaf block usage for a simple B-tree [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Index Efficiency 3 &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/index-efficiency-3/#comment-35674</link>
		<dc:creator><![CDATA[Index Efficiency 3 &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Wed, 03 Mar 2010 21:21:28 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?page_id=3277#comment-35674</guid>
		<description><![CDATA[[...] thought than just the simple &#8220;it&#8217;s two / four times the size&#8221;- and this is what the script index_efficiency_3.sql is about. Given the schema, table, and index name, it produces a report which tells you about the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] thought than just the simple &#8220;it&#8217;s two / four times the size&#8221;- and this is what the script index_efficiency_3.sql is about. Given the schema, table, and index name, it produces a report which tells you about the [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
