Hi Piotr, If you delete vertices using Graph API (eg. DELEVE VERTEX statement) edges will be removed as well. If you force the delete using document API (eg. DELETE FROM ... UNSAFE) then you will have orphaned edges
Thanks Luigi 2016-05-18 17:22 GMT+02:00 Piotr Fraś <[email protected]>: > Does a concept of 'orphaned edges' exist? Do I need to delete edges > manually if I delete a vertex which has links? OrientDB 2.12.2 > > Thanks > > -- > > --- > You received this message because you are subscribed to the Google Groups > "OrientDB" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
