Multiple choice

Which of the following is a dynamically updateable disk based index structure, which implements a hashing scheme and grows or shrink one bucket at a time?

  1. Double Hashing

  2. Linear Hashing

  3. Buckets

  4. Probe Sequence

  5. Dynamic Hashing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

It is a dynamically updateable disk based index structure which implements a hashing scheme and grows or shrinks one bucket at a time.