You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The subgraphs will each have two states: (i) Optimized State (OS) and (ii) Raw State (RS). The OS will be constructed using (some of) the techniques below.
Technique
Description
Decomposition
The global graph is partitioned into disjoint subgraphs.
Traversal Cutoff
Outgoing vertices are not traversed if the transaction increases a vertex's incoming streaming rate.
Vertex Deletion
Delete redundant vertices with identical incoming and outgoing streaming rate.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Table
The subgraphs will each have two states: (i) Optimized State (OS) and (ii) Raw State (RS). The OS will be constructed using (some of) the techniques below.
Related
Footnotes
For more details about vertex merging, see my conversation with ChatGPT. ↩
Beta Was this translation helpful? Give feedback.
All reactions