Munmud commented on issue #574:
URL: https://github.com/apache/age/issues/574#issuecomment-1396349919

   There is not way to create a relationship between two nodes in separate 
graphs. You can write some SQL to create a crosswalk table between two nodes in 
other graphs, but if you want to create an edge between two nodes, they need to 
be in the same graph.
   
   You can make a new graph and import both those nodes into that graph and 
make a relationship. However the id, start_id and end_id that a vertex and edge 
have are only unique in a per graph level, and trying to link the two vertices 
together will cause data integrity issues.


-- 
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

Reply via email to