Dynamic Hash Techniques
Dynamic hash techniques allow the hash function to be modified dynamically to accommodate the growth and shrinkage of the database.
It is also known as extendable hashing.
Extendable hashing copes with the growth in the database size by splitting and coalescing buckets as the database grows and shrinks.