<?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</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Sat, 18 May 2013 11:04:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Index Efficiency 2 &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-35643</link>
		<dc:creator><![CDATA[Index Efficiency 2 &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Sun, 28 Feb 2010 15:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-35643</guid>
		<description><![CDATA[[...] Troubleshooting &#8212; Jonathan Lewis @ 3:39 pm UTC Feb 28,2010   Some time ago I wrote a note on index efficiency that referenced, in one of the comments, an article on my old website about how you could use [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Troubleshooting &#8212; Jonathan Lewis @ 3:39 pm UTC Feb 28,2010   Some time ago I wrote a note on index efficiency that referenced, in one of the comments, an article on my old website about how you could use [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-32842</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Sat, 25 Apr 2009 11:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-32842</guid>
		<description><![CDATA[Hans-Peter,
I&#039;ve recently made use of the script that I&#039;ve referenced above - and realised that it has two significant errors.  I&#039;ve pointed them out on the original posting, and plan to write up a more useful example on my blog some time in the next few weeks.]]></description>
		<content:encoded><![CDATA[<p>Hans-Peter,<br />
I&#8217;ve recently made use of the script that I&#8217;ve referenced above &#8211; and realised that it has two significant errors.  I&#8217;ve pointed them out on the original posting, and plan to write up a more useful example on my blog some time in the next few weeks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Index analysis &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-31910</link>
		<dc:creator><![CDATA[Index analysis &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Mon, 29 Sep 2008 11:58:21 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-31910</guid>
		<description><![CDATA[[...] Index Rebuild 10g [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Index Rebuild 10g [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-31081</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Thu, 22 May 2008 10:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-31081</guid>
		<description><![CDATA[Hans-Peter,

It looks like we&#039;ve had similar thoughts in the past. There is &lt;a href=&quot;http://www.jlcomp.demon.co.uk/index_efficiency_2.html&quot; rel=&quot;nofollow&quot;&gt;&lt;b&gt;&lt;i&gt;a second post on my website&lt;/i&gt;&lt;/b&gt;&lt;/a&gt; that describes that strategy and supplies some SQL for simple B-tree indexes.]]></description>
		<content:encoded><![CDATA[<p>Hans-Peter,</p>
<p>It looks like we&#8217;ve had similar thoughts in the past. There is <a href="http://www.jlcomp.demon.co.uk/index_efficiency_2.html" rel="nofollow"><b><i>a second post on my website</i></b></a> that describes that strategy and supplies some SQL for simple B-tree indexes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans-Peter Sloot</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-31080</link>
		<dc:creator><![CDATA[Hans-Peter Sloot]]></dc:creator>
		<pubDate>Thu, 22 May 2008 08:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-31080</guid>
		<description><![CDATA[Hello Jonathan,

What about the following calculation.
Sum the average column length of all columns that make up the index.
Add 10 for the rowid to this summed column length.
Multiply this with a factor to account for overhead (I have taken 1.3).
Multiply this by the number of rows from dba_indexes this would give us the number of bytes needed for the leaf blocks.
Compare this to the real number of leaf blocks.

This does not account for the fact that columns can have null values in concatenated indexes.


Regards Hans-Peter]]></description>
		<content:encoded><![CDATA[<p>Hello Jonathan,</p>
<p>What about the following calculation.<br />
Sum the average column length of all columns that make up the index.<br />
Add 10 for the rowid to this summed column length.<br />
Multiply this with a factor to account for overhead (I have taken 1.3).<br />
Multiply this by the number of rows from dba_indexes this would give us the number of bytes needed for the leaf blocks.<br />
Compare this to the real number of leaf blocks.</p>
<p>This does not account for the fact that columns can have null values in concatenated indexes.</p>
<p>Regards Hans-Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joel garry</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-31057</link>
		<dc:creator><![CDATA[joel garry]]></dc:creator>
		<pubDate>Thu, 15 May 2008 21:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-31057</guid>
		<description><![CDATA[Still much appreciated.  I&#039;ll be importing this data into new hardware/app version/O10g in a month and a half, but I don&#039;t expect the app will do anything different there regarding these indices.  In case anyone wondered, I haven&#039;t rebuilt them, they&#039;ll be imp&#039;d soon enough, and I&#039;ll have a lot more space anyways (uh oh, sounds like famous last words).]]></description>
		<content:encoded><![CDATA[<p>Still much appreciated.  I&#8217;ll be importing this data into new hardware/app version/O10g in a month and a half, but I don&#8217;t expect the app will do anything different there regarding these indices.  In case anyone wondered, I haven&#8217;t rebuilt them, they&#8217;ll be imp&#8217;d soon enough, and I&#8217;ll have a lot more space anyways (uh oh, sounds like famous last words).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lascoltodelvenerdi</title>
		<link>http://jonathanlewis.wordpress.com/2008/05/14/index-efficiency/#comment-31052</link>
		<dc:creator><![CDATA[lascoltodelvenerdi]]></dc:creator>
		<pubDate>Thu, 15 May 2008 12:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/?p=367#comment-31052</guid>
		<description><![CDATA[I was looking for this!

Thant you very much.]]></description>
		<content:encoded><![CDATA[<p>I was looking for this!</p>
<p>Thant you very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
