Database Administration Question:
Explain When can hash cluster used?
Answer:
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.
(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.
Previous Question | Next Question |
Explain Different types of table join? | Explain What is an Oracle sequence? |