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-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org