database - Deciding the pointing bucket of extendable hashing -


i have extendable hashing. need insert values 23,31,5, 7,11,17, 2,3 . hash function h(x)=x mod 4. , bucket size 2.

i have doubt how pointing each bucket need done when directory size grows.

is there way how pointing need decided.

please help


Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -