Luigi-- Just so I'm clear on this, you say delete using the Graph API, but it's my understanding that if I use SQL to delete a vertex that this also deletes any related edges. Correct or no? --Eric
On Wednesday, May 18, 2016 at 10:32:44 AM UTC-5, Luigi Dell'Aquila wrote: > > 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] <javascript:>>: > >> 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] <javascript:>. >> 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.
