<?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"
	>
<channel>
	<title>Comments on: What a difference an index makes!</title>
	<atom:link href="http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes</link>
	<description>Everything I used to bore people on newsgroups and mailing lists with, now in one inconvenient place.</description>
	<pubDate>Sun, 12 Oct 2008 15:02:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: gordon</title>
		<link>http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes#comment-50063</link>
		<dc:creator>gordon</dc:creator>
		<pubDate>Fri, 14 Sep 2007 16:28:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes#comment-50063</guid>
		<description>I had a couple of 13 million row tables that I was working with a few years ago and found I had missed an index.  Processing went from a solid 20-30 hours on a fairly beefy multi-processor machine to 10 minutes.  Basically it stopped doing full table scans on every DML.</description>
		<content:encoded><![CDATA[<p>I had a couple of 13 million row tables that I was working with a few years ago and found I had missed an index.  Processing went from a solid 20-30 hours on a fairly beefy multi-processor machine to 10 minutes.  Basically it stopped doing full table scans on every DML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank Ch. Eigler</title>
		<link>http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes#comment-50021</link>
		<dc:creator>Frank Ch. Eigler</dc:creator>
		<pubDate>Fri, 14 Sep 2007 13:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xcski.com/2007/09/14/what-a-difference-an-index-makes#comment-50021</guid>
		<description>Yup, databases are one area where algorithmic complexity is tangible and can give several orders of magnitude of performance differences.</description>
		<content:encoded><![CDATA[<p>Yup, databases are one area where algorithmic complexity is tangible and can give several orders of magnitude of performance differences.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
