I'm not sure where you see that those are slow operations? Do you have an
example?



On Thu, Jun 30, 2016 at 3:23 AM, Mohammad Hossain Namaki <
[email protected]> wrote:

> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.

Reply via email to