InterviewSolution
Saved Bookmarks
| 1. |
What is a bucket overflow?(a) When a bucket does not have enough space(b) There are insufficient buckets(c) When Bucket skew occurs(d) All of the mentionedI have been asked this question in an international level competition.Query is from Static Hashing in portion Indexing and Hashing of RDBMS |
|
Answer» RIGHT CHOICE is (d) All of the mentioned Explanation: Bucket OVERFLOW can OCCUR in many ways. When a bucket does not have enough space, there are insufficient buckets, when a bucket skew OCCURS. |
|