You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arango is not deleting associated Edges when deleting a node.
When a node is deleted, by default it makes sense to also delete its associated edges. What good is a connection between two nodes having only one node? :D
Also it could break consistency if a new node is created, which has the same _id as the one that had been deleted in the past.