ART : Sub-Logarithmic Decentralized Range Query Processing with Probabilistic Guarantees
Spyros Sioutas, Peter Triantafillou, George Papaloukopoulos, Evangelos, Sakkopoulos, Kostas Tsichlas, Yannis Manolopoulos

TL;DR
This paper introduces ART, a decentralized data structure that achieves sub-logarithmic range query processing with probabilistic guarantees, outperforming existing systems in scalability and fault tolerance for large distributed infrastructures.
Contribution
We propose ART, a novel decentralized structure with sub-logarithmic complexity for range queries, providing theoretical analysis and experimental validation of its superior performance.
Findings
Query and update operations cost $O( ext{log}_b^2 ext{log} N)$ hops.
Supports join/leave operations in $O( ext{log} ext{log} N)$ expected hops.
Outperforms Chord, BATON, and Skip-Graphs in scalability and robustness.
Abstract
We focus on range query processing on large-scale, typically distributed infrastructures, such as clouds of thousands of nodes of shared-datacenters, of p2p distributed overlays, etc. In such distributed environments, efficient range query processing is the key for managing the distributed data sets per se, and for monitoring the infrastructure's resources. We wish to develop an architecture that can support range queries in such large-scale decentralized environments and can scale in terms of the number of nodes as well as in terms of the data items stored. Of course, in the last few years there have been a number of solutions (mostly from researchers in the p2p domain) for designing such large-scale systems. However, these are inadequate for our purposes, since at the envisaged scales the classic logarithmic complexity (for point queries) is still too expensive while for range queries…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPeer-to-Peer Network Technologies · Caching and Content Delivery · Opportunistic and Delay-Tolerant Networks
