rafsun42 commented on issue #1517: URL: https://github.com/apache/age/issues/1517#issuecomment-1906665299
If all vertices already exist before any edges, can't we just use- ``` MATCH (vertex1) MATCH (vertex2) CREATE (vertex1)-[:e]->(vertex2) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org