Daria
2018-10-02 11:53:59 UTC
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.
The documentation confirms this:
docs.arangodb.com/devel/AQL/Examples/RemoveVertex.html.
However javascript driver support data consistency as they say here:
https://docs.arangodb.com/devel/Manual/Graphs/GeneralGraphs/Management.html#remove-a-vertex
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!
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.
The documentation confirms this:
docs.arangodb.com/devel/AQL/Examples/RemoveVertex.html.
However javascript driver support data consistency as they say here:
https://docs.arangodb.com/devel/Manual/Graphs/GeneralGraphs/Management.html#remove-a-vertex
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!
--
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arangodb+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.