Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Administration
 Index page

Author  Topic 

aakcse
Aged Yak Warrior

570 Posts

Posted - 2009-07-09 : 04:19:49
when we have a clustured index and its depth is large say 1000
then all the intermediate pages only stores the information abt the pages below (2 values eg. between 1 - 5000 etc)then until control reaches the leaf node where actual data is there.

Hence there is lot of wastage of spaces as each intermediate page (node page) stores only 2 values.

also is it B-Tree structure each node is further divids in two nodes only and not 1 or 3.

Regards,
a

aakcse
Aged Yak Warrior

570 Posts

Posted - 2009-07-09 : 04:31:34
Am I right with the above statements, please correct me If I am wrong.
Go to Top of Page
   

- Advertisement -