In my opinion, with indexing you can perform queries very fast. The 
indexing and labelling are a features of NEO4J.

Il giorno giovedì 30 giugno 2016 03:23:31 UTC+2, Mohammad Hossain Namaki ha 
scritto:
>
> 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