What is hash cluster

Showing Answers 1 - 4 of 4 Answers

soccer_champ

  • Jun 20th, 2005
 

A hash cluster uses a hash algorithm, which could either be system generated or user defined, to calculate the location of a row, both for retreival and for DML.

  Was this answer useful?  Yes

hmounir

  • Dec 30th, 2009
 

A special type of clusterd table, a hash cluster, operates much like a regular clusterd table, except that instead of using a cluster index, a hash cluster uses a hashing function to store and retrieve rows in a table. 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions