How large is your graph?
And how many connections do those nodes have?

Thanks

Michael

Am 12.08.2011 um 01:50 schrieb ahmed.elsharkasy:

> i followed your advice and it is now fairly good
> 
> but i have a new performance issue with traversing i have this line of code
> 
> 
>        Traverser travser = result.traverse(Traverser.Order.DEPTH_FIRST,
> StopEvaluator.END_OF_GRAPH, ReturnableEvaluator.ALL,
> DynamicRelationshipType.withName(name), Direction.OUTGOING);
> 
> the number of nodes i traverse are on average 60 nodes , and it took me
> about 500 millisecond to traverse
> 
> is this normal?
> 
> 
> --
> View this message in context: 
> http://neo4j-community-discussions.438527.n3.nabble.com/cant-use-index-after-commit-tp3233038p3247801.html
> Sent from the Neo4j Community Discussions mailing list archive at Nabble.com.
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to