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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -