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. |
|