You can create an auto index on relationships for the timestamp property, see http://docs.neo4j.org/chunked/stable/auto-indexing.html for details. NB: schema indexes are not available for relationships.
Cheers, Stefan 2014-06-12 11:13 GMT+02:00 Sotiris Beis <[email protected]>: > Hi, > > I want to create a database with millions of relationship that have a > timestamp property value. My use case for the database is to fetch the edges > that have bigger timestamp than a input value. My question is, do i need to > configure the timestamp property as an indexed value? If yes how should I do > this? > > I use neo4j-community-2.0.3 and cypher. > > Thanks, > Sotiris > > -- > 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.
