Not sure why you need it. I recommend using an id property
You can make a copy of the graph iterating over all nodes and recreating them to get sequential internal ids Von meinem iPhone gesendet > Am 26.09.2016 um 05:02 schrieb Mohammad Hossain Namaki <[email protected]>: > > Dear programmers, > Hi, > I have a requirement to have all node Id's in the graph database started from > 0....[max Number Of Nodes]. I won't add/remove any node after I create the > initial graph database. Right now, I have a graph database that is not like > that so node Id's are like 0,1,10,100,101,102,103,1000, .... > > Do we have any fast way to update nodeId's starting from 0 and incrementing > one by one. > > 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.
