On Fri, Feb 26, 2010 at 2:27 AM, Satish Varma Dandu <[email protected]> wrote: > Hi John/nishith/Ulf, > Thanks guys for all your replies. > > John, > I was thinking about the same thing that you suggested. I havent yet > constructed a huge n/w, but i was just curious how long will it take to > traverse for 100K nodes or 1M nodes & & comparing each nodes value
Roughly you can visit about 1M nodes/s if you only traverse over relationships and don't do anything else. Regarding comparing the value that will depend on what is being compared. Loading a string property containing the profile text and then string search in that string will be very slow compared to the time it takes to go from one node to the next in the traversal. -Johan _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

