Title :
LIGHT: A Query-Efficient Yet Low-Maintenance Indexing Scheme over DHTs
Author :
Tang, Yuzhe ; Zhou, Shuigeng ; Xu, Jianliang
Author_Institution :
Sch. of Comput. Sci., Fudan Univ. & Shanghai Key Lab. of Intell. Inf. Process., Shanghai, China
Abstract :
DHT is a widely used building block for scalable P2P systems. However, as uniform hashing employed in DHTs destroys data locality, it is not a trivial task to support complex queries (e.g., range queries and k-nearest-neighbor queries) in DHT-based P2P systems. In order to support efficient processing of such complex queries, a popular solution is to build indexes on top of the DHT. Unfortunately, existing over-DHT indexing schemes suffer from either query inefficiency or high maintenance cost. In this paper, we propose LIGhtweight Hash Tree (LIGHT)-a query-efficient yet low-maintenance indexing scheme. LIGHT employs a novel naming mechanism and a tree summarization strategy for graceful distribution of its index structure. We show through analysis that it can support various complex queries with near-optimal performance. Extensive experimental results also demonstrate that, compared with state of the art over-DHT indexing schemes, LIGHT saves 50-75 percent of index maintenance cost and substantially improves query performance in terms of both response time and bandwidth consumption. In addition, LIGHT is designed over generic DHTs and hence can be easily implemented and deployed in any DHT-based P2P system.
Keywords :
peer-to-peer computing; query processing; tree data structures; DHT; distributed hash table; lightweight hash tree; low-maintenance indexing scheme; peer-to-peer system; query processing; tree summarization strategy; Distributed hash tables; complex queries.; indexing;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on
DOI :
10.1109/TKDE.2009.47