<?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>IT Answers &#187; Clustered Index</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/database/clustered-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Clustered and Non clustered composite index</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-composite-index/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-composite-index/#comments</comments>
		<pubDate>Fri, 08 May 2009 20:22:01 +0000</pubDate>
		<dc:creator>Bleeb</dc:creator>
				<category><![CDATA[Clustered Index]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Non-Clustered Index]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a database that has a clustered composite index and 2 non clustered indexes on each of the columns used in the composite index. Doesn&#8217;t it just need the clustered index?]]></description>
				<content:encoded><![CDATA[<p>I have a database that has a clustered composite index and 2 non clustered indexes on each of the columns used in the composite index.  Doesn&#8217;t it just need the clustered index?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-composite-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is difference between Clustered Index and Non-Cluster Index?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cluster-index/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cluster-index/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 06:27:14 +0000</pubDate>
		<dc:creator>Amin4rmOvexTechnology</dc:creator>
				<category><![CDATA[Clustered Index]]></category>
		<category><![CDATA[Database index strategy]]></category>
		<category><![CDATA[Non-Clustered Index]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Question Edited by MTidmarsh]]></description>
				<content:encoded><![CDATA[Question Edited by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cluster-index/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Advantages and disadvantages of clustered indexes</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/advantages-and-disadvantages-of-clustered-indexes/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/advantages-and-disadvantages-of-clustered-indexes/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:41:18 +0000</pubDate>
		<dc:creator>SQL Server Ask the Experts</dc:creator>
				<category><![CDATA[Clustered Index]]></category>
		<category><![CDATA[SQL Server Clustered Index]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What are the advantages and disadvantages of clustered indexes?]]></description>
				<content:encoded><![CDATA[<p>What are the advantages and disadvantages of clustered indexes?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/advantages-and-disadvantages-of-clustered-indexes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Clustered and Non-clustered Index</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-index/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-index/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:51:50 +0000</pubDate>
		<dc:creator>Plugsharma</dc:creator>
				<category><![CDATA[Clustered Index]]></category>
		<category><![CDATA[Non-Clustered Index]]></category>
		<category><![CDATA[Query optimization]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I have one table having more than 3 millions rows with following columns: [SITE_ID] [USER_NAME]]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>I have one table having more than 3 millions rows with following columns:</p>
<p>[SITE_ID]</p>
<p>[USER_NAME]</p>
<p><aCTIVITY_NAME]</p>
<p>[PAGE_TYPE]</p>
<p><aCTION]</p>
<p>[DOC_ID]</p>
<p>[FROM_PAGE]</p>
<p>[TO_PAGE]</p>
<p>[ORG_NAME]</p>
<p>[LOG_DATE_TIME]</p>
<p>[SESSION_ID]</p>
<p>[IP]</p>
<p>[MACHINE_ID]</p>
<p>I am using 8 different queries, all thru stored procedure, to fetch data.</p>
<p>SITE_ID, USER_NAME, ORG_NAME and ACTION are in all queries WHERE clause.</p>
<p>I have created SITE_ID as non-unique clustered index and USER_NAME, ORG_NAME and ACTION as non-unique non-clustered index.</p>
<p>Problem is that data fetching without indexs is faster than when creating idex.</p>
<p>Is there any problem in index columns.</p>
<p>Can you please suggest me a better index plan.</p>
<p>I have attached the queries / column table image file. </p>
<p>Images file described columns called details<br />
<img src="http://xs434.xs.to/xs434/08513/queries-columns997.jpg" alt="Table Details" /></p>
<p>(http://xs434.xs.to/xs434/08513/queries-columns997.jpg or </p>
<p>http://xs.to/xs.php?h=xs434&#038;d=08513&#038;f=queries-columns997.jpg)</p>
<p>Please help..</p>
<p>Thanks</p>
<p>Sharma</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/clustered-and-non-clustered-index/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/12 queries in 0.016 seconds using memcached
Object Caching 509/518 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 01:59:06 -->