<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Born Again! &#187; indexing</title>
	<atom:link href="http://blogs.abrahamdurairaj.info/tag/indexing/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.abrahamdurairaj.info</link>
	<description>My Online diary! Kept it open for my fellow folks to understand few things from me ...</description>
	<lastBuildDate>Thu, 20 May 2010 21:57:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A Note About Indexing</title>
		<link>http://blogs.abrahamdurairaj.info/2007/01/a-note-about-indexing.html</link>
		<comments>http://blogs.abrahamdurairaj.info/2007/01/a-note-about-indexing.html#comments</comments>
		<pubDate>Mon, 22 Jan 2007 06:05:00 +0000</pubDate>
		<dc:creator>Abe</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[indexing]]></category>

		<guid isPermaLink="false">http://blogs.abrahamdurairaj.info/?p=29</guid>
		<description><![CDATA[For queries to run efficiently it is important that appropriate indexes be in place. A simple guideline is that all fields referenced in a comparison in a WHERE clause or in the ON clause of a JOIN statement should be indexed. Bear in mind that all primary key fields are automatically indexed, but that foreign [...]]]></description>
			<content:encoded><![CDATA[<p>For queries to run efficiently it is important that appropriate indexes be in place. A simple guideline is that all fields referenced in a comparison in a <b>WHERE</b> clause or in the <b>ON</b> clause of a <b>JOIN</b> statement should be indexed. Bear in mind that all primary key fields are automatically indexed, but that foreign keys must have an index added manually.<br/> <br/> Well, there you have it. Now that you have witnessed some of the awesome power of SQL, with its greater flexibility and increased capability, it is easy to see why it is the query language of choice for high-end database servers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.abrahamdurairaj.info/2007/01/a-note-about-indexing.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
