Indexing textual XML in P2P networks using distributed bloom filters

  • Authors:
  • Clement Jamard;Georges Gardarin;Laurent Yeh

  • Affiliations:
  • PRiSM Laboratory, University of Versailles, Versailles, France;PRiSM Laboratory, University of Versailles, Versailles, France;PRiSM Laboratory, University of Versailles, Versailles, France

  • Venue:
  • DASFAA'07 Proceedings of the 12th international conference on Database systems for advanced applications
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Nowadays P2P information systems can be considered as large scale databases where all peers can store and query data in the network. Keywords and structure indexes must be maintained. However, indexing XML documents with massive set of words brings out a major problem: The number of entries to be shipped in the network is huge.We define Distributed Bloom Filter, a data structure derived from Bloom Filters, a probabilistic data structure to test whether an element is member of a set, to summarize peer XML content and structure. Our strength is to split the traditional Bloom Filter into several segments. We rely on a DHT network to distribute these segments in a P2P network. Our measurements show that our indexing method is scalable for a large number of words, and outperforms similar methods.