Ephemeral Edges/Nodes possible (cycle detection)?

I’m looking into This article about cycle detection in transaction graphs and wondering if I can ephemerally create edges in-memory only to achieve the ends of a specific query and then toss them away. It seems like SCC_ID could be an accum on the vertices of the graph (and maybe they should be, because SCCs can merge over time?), but not sure if I can temporarily create edges for, say, txn-to-txn connections

@AndyAtChime

At this point, we have to create physical edges in order to do the calculation. This feature might be supported in the future.

Thanks.

1 Like