memgraph/tests/macro_benchmark/groups/dense_expand/expand_into_existing.run.cypher
Mislav Bradac 7e5dddecae Move harness stuff to parent directory
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D799
2017-09-15 14:05:26 +02:00

5 lines
88 B
Plaintext

MATCH (a) WITH a LIMIT 10
MATCH (b) WITH a, b
MATCH (a)-[r]->(b)
RETURN 1 SKIP 1000000;