Is there a way to delete all hanging reference to edges I have unsafely deleted in orientdb ?
I typed drop class MyEdge unsafe in orientdb, but reference to this edge in outs of other vertices weren't deleted.
Any idea what is the right command I should have used to delete an edge and its references ?
I'm using orientdb 2.1.19
Thank you
Starting from OrientDB 2.2.x the command
CHECK DATABASEhas been introduced, in case the database contains graphs, their consistency is checked. To repair a database, use theREPAIR DATABASEcommand.For more information about
CHECK DATABASE: https://orientdb.com/docs/last/Console-Command-Check-Database.htmlFor more information about
REPAIR DATABASE: https://orientdb.com/docs/last/Console-Command-Repair-Database.htmlHope it helps
Regards