1988
DOI: 10.1145/46157.330532
|View full text |Cite
|
Sign up to set email alerts
|

Dynamic hashing schemes

Abstract: A new type of dynamic file access called dynamic hushing has recently emerged. It promises the flexibility of handling dynamic tiles while preserving the fast access times expected from hashing. Such a fast, dynamic file access scheme is needed to support modern database systems. This paper surveys dynamic hashing schemes and examines their critical design issues.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
25
0

Year Published

1994
1994
2013
2013

Publication Types

Select...
5
2
1

Relationship

0
8

Authors

Journals

citations
Cited by 101 publications
(25 citation statements)
references
References 19 publications
0
25
0
Order By: Relevance
“…Also, the usage of a page table to preserve mappings between sections (pages) of the table and their locations (page servers) makes DPH a directory based [15] approach.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…Also, the usage of a page table to preserve mappings between sections (pages) of the table and their locations (page servers) makes DPH a directory based [15] approach.…”
Section: Discussionmentioning
confidence: 99%
“…Static hashing may not also be able to guarantee O(1) retrieval times when buckets overflow. To counterwork these limitations several dynamic hashing [15] techniques have been proposed, such as Linear Hashing (LH) [16] and Extendible Hashing (EH) [17], along with some variants.…”
Section: Related Workmentioning
confidence: 99%
“…To generate a hash signature for a term (word) we can use various hashing schemes whose goal is that very different documents should have very different signatures [8,19]. We use the sdbm hashing function in our implementation and experiments, which is the most popular function for simhash implementations, and is also used in other popular text handling systems like Berkeley DB due to its effectiveness.…”
Section: ) Term Hash Functionmentioning
confidence: 99%
“…For a summary of dynamic hashing see Enbody and Du (1988) or Larson (1988). To briefly summarize dynamic hashing let a be the load factor, defined as the ratio of the number of elements in the matrix to the size of the hash table.…”
Section: Dynamic Hashingmentioning
confidence: 99%