正文

P2P keyword search on DHT

(2005-02-26 16:56:36) 下一个

Efficient Peer to Peer keyword searching

Multiple keywords use DHT to store each one. For a query with multiple keywords need contact multiple hosts and do intersection operation on each of them. Waste on bandwidth and latency. To limit bandwidth 3 solutions: 1 bloom filter, 2 cache, 3 incremental results.

Bloom filter: for results from very host, transfer the BF instead of consents to next host to do the intersection.

Incremental results: divide the results into several chunks, and send each chunk by BF.

[ 打印 ]
阅读 ()评论 (129)
评论
目前还没有任何评论
登录后才可评论.