2022
DOI: 10.1145/3500930
|View full text |Cite
|
Sign up to set email alerts
|

Incremental Graph Computations: Doable and Undoable

Abstract: The incremental problem for a class \({\mathcal {Q}} \) of graph queries aims to compute, given a query \(Q \in {\mathcal {Q}} \) , graph G , answers Q ( G ) to Q in G and updates ΔG to G as input, changes ΔO to output … Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
10
0
1

Year Published

2022
2022
2025
2025

Publication Types

Select...
6
1
1

Relationship

0
8

Authors

Journals

citations
Cited by 15 publications
(11 citation statements)
references
References 52 publications
0
10
0
1
Order By: Relevance
“…In particular, the novel PATH operator and its transformation rules enable the integration of existing approaches for RPQ evaluation with standard optimization techniques such as join ordering and pushing down selection in a principled manner. Traditionally, path query evaluation follows two main approaches: graph traversals guided by finite automata, or relational algebra extended with transitive closure, i.e., 𝑎𝑙𝑝ℎ𝑎-RA [12,27,43,62,68,79]. Yakovets et al introduce a hybrid approach (Waveguide) and model the cost factors that impact the efficiency of RPQ evaluation on static graphs [79].…”
Section: Transformation Rulesmentioning
confidence: 99%
See 2 more Smart Citations
“…In particular, the novel PATH operator and its transformation rules enable the integration of existing approaches for RPQ evaluation with standard optimization techniques such as join ordering and pushing down selection in a principled manner. Traditionally, path query evaluation follows two main approaches: graph traversals guided by finite automata, or relational algebra extended with transitive closure, i.e., 𝑎𝑙𝑝ℎ𝑎-RA [12,27,43,62,68,79]. Yakovets et al introduce a hybrid approach (Waveguide) and model the cost factors that impact the efficiency of RPQ evaluation on static graphs [79].…”
Section: Transformation Rulesmentioning
confidence: 99%
“…x z [24,32) z u [25,35) x y [26,33) y w [27,40) z t [28,37) y u [29,41) u v [30,38) u s (w, 1) [26,33) (z, 1) [23,31) (u, 1) [24,31) (t, 1)…”
unclassified
See 1 more Smart Citation
“…Sun et al, [21] extended incremental methods to find maximal cliques that contain vertices incident to an edge which has been inserted. Fan et al, [22] further proposed incremental algorithms for four types of typical pattern graphs, which can reduce the computations on big graphs and minimize unnecessary recomputation. Ma et al, [23] proposed a method to find dense subgraphs in temporal networks.…”
Section: Related Workmentioning
confidence: 99%
“…Our proposed algorithms have a lower amortized cost, O(n), for insertions at the expense of O(n 2 ) amortized time for deletions -a trade-o justi ed by the insert-heavy nature of real-world streaming graphs. Fan et al [29] characterize the complexity of various graph problems, including RPQ evaluation, in the dynamic model and show that most graph problems are unbounded under edge updates, i.e., the cost of computing changes to query answers cannot be expressed as a polynomial of the size of the changes in the input and output. They prove that RPQ is bounded relative to its batch counterpart; the batch algorithm can be e ciently incrementalized by minimizing unnecessary computation.…”
Section: Related Workmentioning
confidence: 99%