Jump to content

Prefix hash tree

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Nad (talk | contribs) at 21:19, 3 June 2007 (from Prefix Hash Table). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A Prefix Hash Tree (PHT) is a distributed data structure that enables more sophisticated queries over a Distributed Hash Table (DHT). The Prefix Hash Tree uses the lookup interface of a DHT to construct a trie-based data structure that is both efficient (updates are doubly logarithmic in the size of the domain being indexed), and resilient (the failure of any given node in a Prefix Hash Tree does not affect the availability of data stored at other nodes).

See also