Hello everyone!
I use Arango java driver for working with ArangoDB. In this case the edges don't deleted automatically by AQL when vertices are deleted, I checked this.
I think that as documentation says for javascript driver deleting of vertex should removes associated edges (ingoing and outgoing). Because as a result of vertex removing, edges are appeared which points to nowhere.
When graph consistency will be implemented in ArangoDB java driver and edges will be deleted automatically by AQL when vertices are deleted?
Is it planned?
Thank you in advance!