0
3.4kviews
Hashing Techniques in DBMS.
1 Answer
| written 7.1 years ago by |
Hashing:
For a huge database structure, it can be almost next to impossible to search all the index values through all its level and then reach the destination data block to retrieve the desired data. Hashing is an effective technique to calculate the direct location of a data record on …