abdulmanann commented on issue #939:
URL: https://github.com/apache/age/issues/939#issuecomment-1568336199

   It seems like there might be some misunderstanding about how AGE works with 
edges and vertices. When you delete an edge, it should not delete the 
associated vertices. This is one of the fundamental principles of graph 
databases: vertices and edges are independent entities.
   
   From your description, it appears you are trying to handle the vertices and 
edges as relational tables with foreign key constraints. However, this isn't 
necessary with Apache AGE as it already manages these relationships internally 
within its graph model.


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