DPTree: a distributed pattern tree index for partial-match queries in peer-to-peer networks

  • Authors:
  • Dyce Jing Zhao;Dik Lun Lee;Qiong Luo

  • Affiliations:
  • Department of Computer Science, Hong Kong University of Science & Technology, Hong Kong;Department of Computer Science, Hong Kong University of Science & Technology, Hong Kong;Department of Computer Science, Hong Kong University of Science & Technology, Hong Kong

  • Venue:
  • EDBT'06 Proceedings of the 10th international conference on Advances in Database Technology
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

Partial-match queries return data items that contain a subset of the query keywords and order the results based on the statistical properties of the matched keywords. They are essential for information retrieval on large document repositories. However, most current peer-to-peer networks for information retrieval are based on distributed hashing and as such cannot support partial-match queries efficiently. In this paper, we describe an efficient and scalable technique to support partial-match queries on peer-to-peer networks. We observe that the combinations of keywords in the queries are only a small subset of all possible combinations of the keywords in the documents. Therefore, we propose a distributed index structure, called a distributed pattern tree (DPTree), to record frequent query patterns, i.e., combinations of keywords, learnt from the query history at each node in the network. Using this index, a query can identify its best matching patterns quickly and data lookup can be done in logarithmic time with respect to the network size. Our simulation studies on the TREC data sets have shown promising results in comparison with other previous approaches.