<?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/"
		>
<channel>
	<title>Comments on: SQL Server Indexes – Pros and Cons (Part 1)</title>
	<atom:link href="http://www.sqllion.com/2009/07/sql-server-indexes-pros-and-cons-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sqllion.com/2009/07/sql-server-indexes-pros-and-cons-part-1/</link>
	<description>Welcome to the Database Jungle</description>
	<lastBuildDate>Fri, 03 Feb 2012 09:18:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ishwar</title>
		<link>http://www.sqllion.com/2009/07/sql-server-indexes-pros-and-cons-part-1/comment-page-1/#comment-1578</link>
		<dc:creator>Ishwar</dc:creator>
		<pubDate>Mon, 26 Dec 2011 02:46:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqllion.com/?p=654#comment-1578</guid>
		<description>Hey Arun,

Reading through this article.... couple of things here:
1. Index Seek and Index Scans differ. An Index scan goes a complete scan over your index whereas an index seek navigates to the respective node based on the Unique Key pattern algorithm which is part of the index.
2. You can also mention that the storage structure for clustered and non clustered indexes are trees as well as mention the way to navigate to a particular node from the root making it more useful for the readers.
3. The navigation to 156 in the diagram takes place from 101 in a index scan...

Since most of the time I do not code so regularly as I should be doing I keep cheat sheets such as this:-
Table Scan &gt; Index Scan &gt; Index Seek.
But great article none the less.</description>
		<content:encoded><![CDATA[<p>Hey Arun,</p>
<p>Reading through this article&#8230;. couple of things here:<br />
1. Index Seek and Index Scans differ. An Index scan goes a complete scan over your index whereas an index seek navigates to the respective node based on the Unique Key pattern algorithm which is part of the index.<br />
2. You can also mention that the storage structure for clustered and non clustered indexes are trees as well as mention the way to navigate to a particular node from the root making it more useful for the readers.<br />
3. The navigation to 156 in the diagram takes place from 101 in a index scan&#8230;</p>
<p>Since most of the time I do not code so regularly as I should be doing I keep cheat sheets such as this:-<br />
Table Scan &gt; Index Scan &gt; Index Seek.<br />
But great article none the less.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sunilpal</title>
		<link>http://www.sqllion.com/2009/07/sql-server-indexes-pros-and-cons-part-1/comment-page-1/#comment-831</link>
		<dc:creator>sunilpal</dc:creator>
		<pubDate>Tue, 19 Jul 2011 12:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqllion.com/?p=654#comment-831</guid>
		<description>U deserve 199 Dosa&#039;s. U Beauty,199 because I &#039;ll eat one &amp; remaining is 4 u.</description>
		<content:encoded><![CDATA[<p>U deserve 199 Dosa&#8217;s. U Beauty,199 because I &#8216;ll eat one &amp; remaining is 4 u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: uday</title>
		<link>http://www.sqllion.com/2009/07/sql-server-indexes-pros-and-cons-part-1/comment-page-1/#comment-744</link>
		<dc:creator>uday</dc:creator>
		<pubDate>Tue, 15 Mar 2011 07:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sqllion.com/?p=654#comment-744</guid>
		<description>thanks dude..it&#039;s easily understandable</description>
		<content:encoded><![CDATA[<p>thanks dude..it&#8217;s easily understandable</p>
]]></content:encoded>
	</item>
</channel>
</rss>

