Re: [Neo4j] getting non-deterministic results with getAllNodes()

2011-02-03 Thread Raghava Mutharaju
store? Could you > also > > please provide the code you use to iterate all nodes? > > > > The reference node always has id 0, so you can filter by ID to ensure > that > > you don't process that node. > > > > David > > > > On Thu, Feb 3, 2011

[Neo4j] getting non-deterministic results with getAllNodes()

2011-02-03 Thread Raghava Mutharaju
Hi all, I want to iterate over all the nodes in the graph and then do a tranversal on each of them. To do this, I used the getAllNodes() method of GraphDatabaseService class. But the number of nodes I get always varies on each run. I checked the number of nodes I created during graph creation time

[Neo4j] sharding Neo4j graph database

2010-10-01 Thread Raghava Mutharaju
Hi, We looking into the options for sharding Neo4j. Using Gizzard (which is a sharding framework from Twitter) seemed to be one of the possibilities. I posting here so that everyone can evaluate this possibility and offer suggestions. Did anyone else try sharding of Neo4j? I have the following qu