Extendible hashing—a fast access method for dynamic files

  • Authors:
  • Ronald Fagin;Jurg Nievergelt;Nicholas Pippenger;H. Raymond Strong

  • Affiliations:
  • IBM Research Lab, San Jose, CA;Institut Informatik, Zurich, Switzerland;IBM T. J. Watson Research Center, Yorktown Heights, NY;IBM Research Lab, San Jose, CA

  • Venue:
  • ACM Transactions on Database Systems (TODS)
  • Year:
  • 1979

Quantified Score

Hi-index 0.05

Visualization

Abstract

Extendible hashing is a new access technique, in which the user is guaranteed no more than two page faults to locate the data associated with a given unique identifier, or key. Unlike conventional hashing, extendible hashing has a dynamic structure that grows and shrinks gracefully as the database grows and shrinks. This approach simultaneously solves the problem of making hash tables that are extendible and of making radix search trees that are balanced. We study, by analysis and simulation, the performance of extendible hashing. The results indicate that extendible hashing provides an attractive alternative to other access methods, such as balanced trees.