memgraph/tests/macro_benchmark/groups/unwind_create/vertex_big.run.cypher

2 lines
184 B
Plaintext
Raw Normal View History

UNWIND range(1, 100000) AS x CREATE (:L1:L2:L3:L4:L5:L6:L7 {p1: true, p2: 42, p3: "Here is some text that is not extremely short", p4:"Short text", p5: 234.434, p6: 11.11, p7: false})