Site icon i2tutorials

DBMS – Dynamic Hashing

Dynamic Hashing

 

The ‘Dynamic Hashing’ technique allows the hash function to be modified dynamically to accommodate the growth or shrinkage of the database. The ‘dynamic hashing’ technique we use is called ‘Extendible Hashing’.

This technique is used to know the address of the required record, whose key value is given.

The binary equivalent of the key is considered to map the key value to the address of the record.

A bucket concept is used here, whereas a bucket is some unit of memory to accommodate a certain number of records.

How to search a key:

Reference Link

Dynamic Hashing

 

Exit mobile version