|
Clustered indexes on data-only-locked tables are structured like nonclustered
indexes. They have a leaf level above the data pages. The leaf level contains
the key values and row ID for each row in the table.
Unlike clustered indexes on allpages-locked tables, the data rows in a dataonly-
locked table are not necessarily maintained in exact order by the key[/COLOR] .
Instead, the index directs the placement of rows to pages that have adjacent or
nearby keys.
请仔细阅读我给你推荐的书上的内容。 |
|