DRing: A Layered Scheme for Range Queries over DHTs

  • Authors:
  • Nicolas Hidalgo;Erika Rosas;Luciana Arantes;Olivier Marin;Pierre Sens;Xavier Bonnaire

  • Affiliations:
  • -;-;-;-;-;-

  • Venue:
  • CIT '11 Proceedings of the 2011 IEEE 11th International Conference on Computer and Information Technology
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Traditional DHT structures provide very poor support for range queries, since uniform hashing destroys data locality. Several schemes have been proposed to overcome this issue, but they fail to combine load balancing, low message overhead, and low latency in search operations. In this article we present DRing, an efficient layered solution that directly supports range queries over a ring-like DHT structure. We improve load balancing by using only the nodes that store data, and by updating neighbour information through an optimistic approach. DRing produces low overhead and low latency in environments where queries significantly outnumber data insertion operations. We analyze DRing through simulation and show that our solution does not rely on data distribution.