If you have indexed the node before (in the batch-inserter) then you might later use the index (with the same name) to retrieve the node and delete it.
You can also reach that node later by knowing its id or by traversing to it via intermediate relationships. Batch insertion is faster because it doesn't use transactions and is not thread safe (no locks) and no safepoints. Cheers Michael Am 07.08.2011 um 20:04 schrieb ahmed.elsharkasy: > ohhh yes i got this point now but i have a last question in my problem if i > want to delete a node , i must get the index to this node first and then > access the node , in this case i should also use the normal graph database > index not the batch one? i tried this but i found that the batch index are > faster > > -- > View this message in context: > http://neo4j-community-discussions.438527.n3.nabble.com/Problem-with-datastore-tp3232799p3233524.html > Sent from the Neo4j Community Discussions mailing list archive at Nabble.com. > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

