cd0d8eb543
Summary: It turns out trivial if I use unwind for vertex creation, MATCH for edge creation and UNWIND for test duration. It took hours to converge to this :( Reviewers: mislav.bradac, buda Reviewed By: mislav.bradac Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D747
3 lines
39 B
Plaintext
3 lines
39 B
Plaintext
MATCH (a)-->(c)
|
|
RETURN 1 SKIP 1000000;
|