When can hash cluster used

Showing Answers 1 - 2 of 2 Answers

soccer_champ

  • Jun 20th, 2005
 

Hash clusters are useful in cases where : 
(i) There is a uniform, even and predictable no. of key values. 
(ii) Queries using equality predicates. 
(iii) The table is NOT growing constantly, and the keys are rarely updated.

  Was this answer useful?  Yes

Rani Rathna

  • Jul 9th, 2005
 

hash cluster --> preallocated based on number of keys and key size. 
 
index cluster --> not preallocated 
 
in both cases, you want to get the key size (amount of data associated with a given key) as good as possible, but with hash clusters understanding the uppper bound on the ultimate number of keys is very relevant

  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