Hi,
I want to use Neo4j in a streaming graph database which by the time 
nodes/edges are inserted/removed.
However, as you know "dataGraph.createNode()" and "srcNode
.createRelationshipTo(destNode, RelationshipType.withName(relationship))" 
are slow operations.

How I can simulate streaming graph processing using Neo4j to 
inserting/removing nodes/edges very fast without requiring any indexing 
over them. I don't know why these operations are slow.

Thanks


-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to