memgraph/tests/macro_benchmark/groups/create_parallel/edge.setup.py

6 lines
132 B
Python
Raw Normal View History

import common
for i in range(common.VERTEX_COUNT):
print("CREATE (n: Node {id: %d});" % i)
print("CREATE INDEX ON :Node(id);")