Re: [Neo4j] Tell neo to not reuse ID's

2010-06-07 Thread Johan Svensson
requently access the nodes/relationships, but only under certain >   types of queries/traversals), instead we mark the nodes/relationships >   with a boolean property.  Not as space efficient, but in our case, >   since we need to retain the full state, it works fine. > >   ---- Or

Re: [Neo4j] Tell neo to not reuse ID's

2010-06-03 Thread rick . bullotta
ships with a boolean property. Not as space efficient, but in our case, since we need to retain the full state, it works fine. Original Message Subject: Re: [Neo4j] Tell neo to not reuse ID's From: Craig Taverner <[1]cr...@amanzi.com> Date: Wed, J

Re: [Neo4j] Tell neo to not reuse ID's

2010-06-02 Thread Craig Taverner
Here is a crazy idea that probably only works for nodes. Don't actually delete the nodes, just the relationships and the node properties. The skeleton node will retain the id in the table preventing re-use. If these orphans are not relevant to your tests, this should have the effect you are looking

[Neo4j] Tell neo to not reuse ID's

2010-06-02 Thread Martin Neumann
Hej, Is it somehow possible to tell Neo4j not to reuse id's at all? Im running some experiments on Neo4j and I want to add and delete the nodes and relationships. To make sure that I can repeat the same experiment I create a log containing the ID's of the nodes i want to delete. To make sure that