Mmmm ... and if i want to store the, eg, "latest updated node before clean shutdown" ? I create a relationship "to_latest_updated_node" from referenceNode to this Node before shutting down ?
-- Ker2x On Fri, Nov 20, 2009 at 12:19 PM, Mattias Persson <[email protected]> wrote: > 2009/11/20 Mattias Persson <[email protected]>: >> The best way to achieve that is to create relationships to those >> nodes... such as >> >> ReferenceNode --[CONFIGURATION]--> ConfigurationNode >> ReferenceNode --[INDEX]--> IndexNode >> a.s.o. >> >> That's more of a neo-style-approach. The node ids persist over time >> until they are deleted and deleted ids may be reused in the future. > And I should add: so therefore it's not a good idea to store node ids > as properties, in any such case use a relationship instead. >> >> 2009/11/20 Laurent Laborde <[email protected]>: >>> Friendly greetings ! >>> >>> I'm a new user and... not a coder. I'm sysadmin & Postgresql DBA at >>> http://www.over-blog.com/ >>> >>> I'm confused about the documentation. >>> I'm not 100% sure that a nodeID persist over time, restart, update. >>> Can you tell me please ? >>> >>> I'd like to store in the referenceNode some information like : >>> - "MyConfigurationNode" : NodeID >>> - "MyIndexNode" : NodeID >>> - "LastUpdatedNode" : NodeID >>> - "SequenceStoreNode" : NodeID >>> - etc ... >>> >>> And to be able to retrieve some various custom information at startup, >>> easily, just by reading the referenceNode. >>> Will it work ? >>> >>> Thank you >>> >>> -- >>> ker2x >>> _______________________________________________ >>> Neo mailing list >>> [email protected] >>> https://lists.neo4j.org/mailman/listinfo/user >>> >> >> >> >> -- >> Mattias Persson, [[email protected]] >> Neo Technology, www.neotechnology.com >> > > > > -- > Mattias Persson, [[email protected]] > Neo Technology, www.neotechnology.com > _______________________________________________ > Neo mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- F4FQM Kerunix Flan Laurent Laborde _______________________________________________ Neo mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

