InterviewSolution
Saved Bookmarks
| 1. |
What Is Hash Cluster ? |
|
Answer» A row is STORED in a HASH cluster BASED on the result of applying a hash function to the row's cluster KEY value. All rows with the same hash key value are stores together on disk. A row is stored in a hash cluster based on the result of applying a hash function to the row's cluster key value. All rows with the same hash key value are stores together on disk. |
|