Linear hashing: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
bulleting external links using AWB
No edit summary
Line 24:
variable is incremented by 1, and the 'split' variable is reset to 0.
 
There areis some flexibility in choosing how often the expansion operations are performed.
One obvious choice is one expansion operation per insertion request. Another choice
is to control the expansion with a programmer defined load factor.