Does the cypher ORDER BY construct use the label-based index on a property, 
if such an index exists?

I am considering how to best keep track of the latest node modifications, 
and the alternatives are

   1. Timestamp property in node, and using ORDER BY and LIMIT in cypher.
   2. Using explicit relationships of type :RECENT from a meta-node 
   'Modifications' to the relevant nodes, and updating this with each new 
   modification.

If cypher ORDER BY uses indexes, then alt 1 is probably less programming 
hassle?

-- 
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.

Reply via email to