- What is handling collision?
- What is hashing function?
- What is rehashing?
- What is clustering?Is there any table to identify the hashing and collision and indexes?
Hashing is a technique to store and access records in the database. It is performed with the help of hashing algorithm that converts a primary key value into a record address.
Most hashing algorithms use the technique of dividing each primary key value by a suitable prime number and then using the remainder of the division as the relative storage location.
For details please visit: http://searchsqlserver.techtarget.com/definition/hashing
0 Comments
Please add nice comments or answer ....