399 views
0 votes
0 votes
Clustering index is always sparse?? comment with explanation...??

1 Answer

0 votes
0 votes
clustering index is the index which has a record for every search key value and the index appears in the order of records in the database..

sparse index is the index whose index is a subset of the search key value.and the index appears in the order of records in the database..

 

now there is case where in sparse index the subset of index=all search key values so you can say clustering index is sparse index but the reverse cant be said...

Related questions

0 votes
0 votes
1 answer
2
vishnu777 asked Nov 8, 2022
406 views
Can anyone explain in detail about the concepts of sencondary indexing in dbms??