October 5, 2003 at 12:00 am
Comments posted to this topic are about the content posted at http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexpart2.asp
October 5, 2003 at 3:37 pm
Just read both of them, I am always amazed that there is always something new to learn about indexing. Excellent article, hesitant to trust that page splitting is so nominal (from first article) but have to do more testing.
Ray Higdon MCSE, MCDBA, CCNA
------------
Ray Higdon MCSE, MCDBA, CCNA
October 6, 2003 at 1:19 am
quote:
Just read both of them, I am always amazed that there is always something new to learn about indexing. Excellent article, hesitant to trust that page splitting is so nominal (from first article) but have to do more testing.
Thanks Ray, glad that you liked them. If you do any testing on page splits please notify me with your findings.
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
October 8, 2003 at 12:24 am
About the title, "Cluster that index - part 2", it should have been either simply "Forward pointers" or maybe part 3 och Cluster that index, since there is already a part 2 (http://www.sqlservercentral.com/columnists/chedgate/clusterthatindexparttwo.asp).
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
October 9, 2003 at 12:50 pm
I got a question:
If a data page is split, there is a pointer added to the original page to point toward the new page (forward pointer like you just explained). If this new page is split again, is there another Forward pointer added to this page? This would mean that we are now at left with 3 pages?
Is there a way to set SQL to automatically removed this forward pointer? In a job maybe?
BTW good short and simple article.
Eric Blais
Eric Blais
Blaireau47@hotmail.com
Web Developper
Always looking for a challenge
October 10, 2003 at 1:49 am
quote:
If a data page is split, there is a pointer added to the original page to point toward the new page (forward pointer like you just explained). If this new page is split again, is there another Forward pointer added to this page?
No, the original pointer would just be changed to point to the new location.
--
Chris Hedgate @ Apptus Technologies (http://www.apptus.se)
October 14, 2003 at 12:55 pm
Good series of articles Chris. I especially appreciated that you got the "physical ordering" thing right. That is the source of much confusion, and if I were to make one recommendation it would be to emphasize the fact that clustered indexes do not maintain the physical ordering of data pages on disk.
/*****************
If most people are not willing to see the difficulty, this is mainly because, consciously or unconsciously, they assume that it will be they who will settle these questions for the others, and because they are convinced of their own capacity to do this. -Friedrich August von Hayek
*****************/
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply