You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "RahimullahShaheen (via GitHub)" <gi...@apache.org> on 2023/05/24 14:37:53 UTC

[GitHub] [age] RahimullahShaheen commented on issue #939: Retaining vertices after deleting edges using constraints

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

   Basically in graph database deleting an edge does not automatically delete the vertices attached to it. because the vertices are separate entities in the graph. 
   In your case it might be possible that the foreign key specified  between the edges and vertices table is leading to the deletion of vertices when an edge is deleted. 


-- 
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-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org