Distributed P2P quantile tracking with relative value error

πŸ“… 2025-07-23
πŸ“ˆ Citations: 0
✨ Influential: 0
πŸ“„ PDF
πŸ€– AI Summary
Existing distributed quantile tracking in unstructured P2P networks suffers from low accuracy and lacks provable relative error guarantees. To address this, we propose UDDSketch-P2Pβ€”the first fully decentralized, gossip-based quantile estimation algorithm. It extends the UDDSketch sketch to dynamic, centerless peer-to-peer environments via lightweight pairwise gossip exchanges and an adaptive bucket-merging mechanism, ensuring Ξ΅-approximation (i.e., relative error bounded by Ξ΅) while maintaining compact data summaries. We formally prove its convergence and correctness under arbitrary network dynamics. Experiments on networks of up to 1,000 nodes demonstrate convergence within O(log n) gossip rounds, sustained quantile estimation error strictly below the prescribed Ξ΅ threshold, and strong robustness to frequent node churn. This work provides the first practical, theoretically grounded solution for real-time, high-accuracy quantile monitoring in large-scale distributed systems.

Technology Category

Application Category

πŸ“ Abstract
In this paper we present extsc{DUDDSketch}, a distributed version of the extsc{UDDSketch} algorithm for accurate tracking of quantiles. The algorithm is a fully decentralized, gossip-based distributed protocol working in the context of unstructured P2P networks. We discuss the algorithm's design and formally prove its correctness. We also show, through extensive experimental results, that the algorithm converges to the results provided by the sequential algorithm, which is a fundamental and highly desirable property.
Problem

Research questions and friction points this paper is trying to address.

Distributed quantile tracking in P2P networks
Ensuring accuracy with relative value error
Decentralized gossip-based protocol convergence
Innovation

Methods, ideas, or system contributions that make the work stand out.

Distributed P2P quantile tracking algorithm
Decentralized gossip-based protocol
Converges to sequential algorithm results
πŸ”Ž Similar Papers
No similar papers found.