Hi all, Is there any built-in script to clean up lightweight edges that are pointing to deleted vertexes? I caught a few NullPointerExceptions that were caused when trying to load those old vertexes.
So far the only way I found to [gradually] place the database into a coherent state is removing the vertex entries one by one (as the NPE pop up) with the SQL command: update Account remove addresses = <deleted_vertex_rid> Is there any way to select the deleted vertexes from the various out_REL1, in_REL1, out_REL2, in_REL2 fields and remove them in one go? Welcoming any thoughts or tips on how to proceed (I promise not to use the document API to mess around with graph databases again!). :) Thanks in advance! Davide -- --- 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/groups/opt_out.
