﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Christoffer Hedgate / Article Discussions / Article Discussions by Author  / Cluster That Index! Part Two / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 23:54:04 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>Depending (of course) on the business need. Here, we have plenty of tables in which we only query them via the identity column (PK). There are no columns that require searching through ranges of data on these tables, so in these cases Kyle's comment holds water.</description><pubDate>Thu, 12 Aug 2004 12:57:00 GMT</pubDate><dc:creator>Vic Kirkpatrick</dc:creator></item><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>&lt;P&gt;True, but that kind of defeats the purpose of the clustered index, as you are not likely to do searches on the ID, specially not range searches. You should cluster on other incrementing values that are carrying information, like creation date.&lt;/P&gt;</description><pubDate>Thu, 12 Aug 2004 01:54:00 GMT</pubDate><dc:creator>chrismj</dc:creator></item><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>&lt;BLOCKQUOTE id=quote&gt;&lt;font size=1 face="Verdana, Arial, Helvetica" id=quote&gt;quote:&lt;hr height=1 noshade id=quote&gt;Great Article. One addition comment about page splitting from your example. If your are worried about page slitting because of heavy inserts to a table put the clustered index on the identity column. Since the clustered index will be order by the data, if you put a clustered index on an identity column then the new row will be added to the end of the data pages and page splits won't occur.&lt;hr height=1 noshade id=quote&gt;&lt;/BLOCKQUOTE id=quote&gt;&lt;/font id=quote&gt;&lt;font face="Verdana, Arial, Helvetica" size=2 id=quote&gt;Thanks Kyle, great comment. That should have been in the article as well, but I guess there'll be a part 3 some time. &lt;img src=icon_smile.gif border=0 align=middle&gt;--Chris Hedgate @ Apptus Technologies (http://www.apptus.se)http://www.sql.nu</description><pubDate>Tue, 12 Aug 2003 12:26:00 GMT</pubDate><dc:creator>Chris Hedgate</dc:creator></item><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>&lt;BLOCKQUOTE id=quote&gt;&lt;font size=1 face="Verdana, Arial, Helvetica" id=quote&gt;quote:&lt;hr height=1 noshade id=quote&gt;this is no comment on your article, but on your homepage.The link to your discussion forum yields a Fatal error: Call to undefined function: pg_connect() in /var/www-sql.nu/phpBB/db/postgres7.php on line 79error.&lt;hr height=1 noshade id=quote&gt;&lt;/BLOCKQUOTE id=quote&gt;&lt;/font id=quote&gt;&lt;font face="Verdana, Arial, Helvetica" size=2 id=quote&gt;Ah, you mean at sql.nu. Yes, a while back we had a major crash and haven't brought our database online again (since the forums wheren't really used). We're a bit ashamed, but since we're soon moving to an entirely different server and environment we don't want to spend time fixing it now. Thnaks for the heads up though.--Chris Hedgate @ Apptus Technologies (http://www.apptus.se)http://www.sql.nu</description><pubDate>Tue, 12 Aug 2003 12:24:00 GMT</pubDate><dc:creator>Chris Hedgate</dc:creator></item><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>Great Article. One addition comment about page splitting from your example. If your are worried about page slitting because of heavy inserts to a table put the clustered index on the identity column. Since the clustered index will be order by the data, if you put a clustered index on an identity column then the new row will be added to the end of the data pages and page splits won't occur. </description><pubDate>Tue, 12 Aug 2003 06:31:00 GMT</pubDate><dc:creator>kyleburke</dc:creator></item><item><title>RE: Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>Hi Chris,&lt;BLOCKQUOTE id=quote&gt;&lt;font size=1 face="Verdana, Arial, Helvetica" id=quote&gt;quote:&lt;hr height=1 noshade id=quote&gt;Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp&lt;hr height=1 noshade id=quote&gt;&lt;/BLOCKQUOTE id=quote&gt;&lt;/font id=quote&gt;&lt;font face="Verdana, Arial, Helvetica" size=2 id=quote&gt;this is no comment on your article, but on your homepage.The link to your discussion forum yields a Fatal error: Call to undefined function: pg_connect() in /var/www-sql.nu/phpBB/db/postgres7.php on line 79error.Cheers,Frank</description><pubDate>Mon, 21 Jul 2003 00:43:00 GMT</pubDate><dc:creator>Frank Kalis</dc:creator></item><item><title>Cluster That Index! Part Two</title><link>http://www.sqlservercentral.com/Forums/Topic14350-94-1.aspx</link><description>Comments posted to this topic are about the content posted at &lt;A HREF=http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp&gt;http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp&lt;/A&gt;</description><pubDate>Sat, 19 Jul 2003 00:00:00 GMT</pubDate><dc:creator>Chris Hedgate</dc:creator></item></channel></rss>