jrgemignani commented on issue #2198:
URL: https://github.com/apache/age/issues/2198#issuecomment-3155957266

   > For vertex graph creation, this process was fairly fast, we only observe 
this performance issue with the edge creation process.
   
   This is due to the 2 MATCH commands used in creating the edges, as you are 
building your edges from the Person table; this is a O(n^2) operation.
   
   You might want to try the MERGE command.
   
   Without understanding your use case or dataset, it is hard to suggest 
alternatives.
   


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