It has been mentioned many times that using lightweight edges is "more difficult" with SQL. Can anyone provide specific examples of when this is true (i.e. what are the SQL issues created by using them)?
I ask because just about everything I've tried with lightweight edges works the same way with regular edges (even SELECTs that return linked records using both kinds of edges in a single query). The one thing I've found that doesn't work with lightweight edges (which is a bit of a surprise to me) is that the links are not "cleaned up" when doing a DELETE VERTEX operation (i.e. "broken" links are left in the remaining vertex records). Is this an expected behavior? If so, it should probably be listed in the documentation as one of the cons to lightweight edges. If not, what is the appropriate way to delete a vertex record while ensuring that links to the deleted record are removed from the remaining records? -- --- 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.
