Re: [Neo4j] TTL or node expiry available ?

2011-08-21 Thread sulabh choudhury
Thank Peter for the response. So say I have a social graph which has relationships like A--likesB. So for traversals I want to consider only the recent likes (say which are just 2 days old) and beyond that it could be considered as stale info and I do not want to traverse those edges. The

Re: [Neo4j] TTL or node expiry available ?

2011-08-21 Thread Peter Neubauer
Ahh ok. the stale connections are possible to totally discard? then you could monitor this in some way - maybe putting them into an index structure and checking for stale elements as you add new ones or so? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone      

Re: [Neo4j] TTL or node expiry available ?

2011-08-20 Thread Peter Neubauer
Nope, No TTL in that respect. /peter Sent from my phone. On Aug 20, 2011 12:41 AM, sulabh choudhury sula...@gmail.com wrote: Hi, I was wondering if there is any notion of TTL in neo4jcan a node/ relationship be automatically deleted after a certain amount of predefined time ?

Re: [Neo4j] TTL or node expiry available ?

2011-08-20 Thread Peter Neubauer
Btw Sulabh, what is your usecase for this? Cheers, /peter neubauer GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn   http://www.linkedin.com/in/neubauer Twitter      http://twitter.com/peterneubauer http://www.neo4j.org               - Your high

[Neo4j] TTL or node expiry available ?

2011-08-19 Thread sulabh choudhury
Hi, I was wondering if there is any notion of TTL in neo4jcan a node/ relationship be automatically deleted after a certain amount of predefined time ? ___ Neo4j mailing list User@lists.neo4j.org https://lists.neo4j.org/mailman/listinfo/user