Please enable JavaScript.
Coggle requires JavaScript to display documents.
Indexing and Hashing - Coggle Diagram
Indexing and Hashing
Ordered Indices
-
-
-
Nonclustering indices or secondary indices: the search key specifies an order diferent from the secuential order.
-
-
Secondary Indices
Must be dense, with an entry for every search-key value, and a pointer every record in the file
Clustering index may be sparse, storing only some of the search key values
-
-
-
-
-
-
-