The syntax also suggests to append the Node label to every ASG-node, so they can be ID-indexed alike.
The ImpermanentGraphDatabase is created on-the-run, so we do not have the time for the index to be created in the background. Searching for a solution to create an "immediate" index for an empty database.
Node IDs should be indexed, so setting relationships among (very much) ASG-nodes would be faster.
Neo4j provides a way to create indices on arbitrary properties, but they are not immediately available, but are created in the background:
The syntax also suggests to append the
Node
label to every ASG-node, so they can be ID-indexed alike.The ImpermanentGraphDatabase is created on-the-run, so we do not have the time for the index to be created in the background. Searching for a solution to create an "immediate" index for an empty database.