Efficient k-step Weighted Reachability Query Processing Algorithms
Congquan Mei, Lian Chen, Junfeng Zhou, Ming Du, Sheng Yu, Xian Tang,, Ziyang Chen

TL;DR
This paper introduces efficient algorithms and indexes for processing k-step weighted reachability queries in graphs, supporting constraints on path weights and lengths, with demonstrated effectiveness on real datasets.
Contribution
The paper proposes novel index structures and pruning strategies for fast k-step weighted reachability queries with constraints, including index reduction techniques based on vertex coverage.
Findings
Indexes GWKRI and LWKRI are effective in real datasets.
The proposed methods significantly improve query processing efficiency.
Experimental results validate the approach's practicality and scalability.
Abstract
Given a data graph G, a source vertex u and a target vertex v of a reachability query, the reachability query is used to answer whether there exists a path from u to v in G. Reachability query processing is one of the fundamental operations in graph data management, which is widely used in biological networks, communication networks, and social networks to assist data analysis. The data graphs in practical applications usually contain information such as quantization weights associated with the structural relationships, in addition to the structural relationships between vertices. Thus, in addition to the traditional reachability relationships, users may want to further understand whether such reachability relationships satisfy specific constraints. In this paper, we study the problem of efficiently processing k -step reachability queries with weighted constraints in weighted graphs.…
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
TopicsMobile Agent-Based Network Management · Advanced Database Systems and Queries · Distributed systems and fault tolerance
