1. What are the contributions mentioned in the paper "Efficient processing of continuous join queries using distributed hash tables" ?
This paper addresses the problem of computing approximate answers to continuous join queries.. The authors present a new method, called DHTJoin, which combines hash-based placement of tuples in a Distributed Hash Table ( DHT ) and dissemination of queries using a gossip style protocol.. The authors provide a performance evaluation of DHTJoin which shows that DHTJoin can achieve significant performance gains in terms of network traffic.
read more
2. What have the authors stated for future works in "Efficient processing of continuous join queries using distributed hash tables" ?
As future work, the authors plan to address the problem of efficient execution of top-k join queries over data streams using DHTs taking advantage of the best position algorithms [ 2 ] which can be used in many distributed and P2P systems for efficient processing of top-k queries.
read more


