Hi everybody
I have populated my graph with nodes and relationships with the BatchInserter. Now I need to delete a part of relationships, to reduce the disk space of the graph. I have some problem. I am using the embedded version of Neo4j with Java. I am using the instruction indexRel.remove(rel) to delete relationships from the index, and it is ok. Instead I am using r.delete() inside transaction to delete them from the graph. This is very slow, does exist another method instead of the transactional one? I need also to close and reopen the graph to do not have the error: GC overhead limit exeeded. Someone have a suggestion, please? Then, why after deleting relationships, the size of the graph on disk do not decrease? Thank you very much in advance. Rita -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
