I have one table and I want to make hashing file on that table. How can I do that? Kindly explain the full process in detail with one example...
Hashing 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. A very comprehensive example can be found here:
http://books.google.com.pk/books?id=4BuKZ3-RKncC&pg=PA227&dq=hashing+in+databases&hl=en#v=onepage&q=hashing%20&f=false
http://books.google.com.pk/books?id=4BuKZ3-RKncC&pg=PA227&dq=hashing+in+databases&hl=en#v=onepage&q=hashing%20&f=false
0 Comments
Please add nice comments or answer ....