I met a querying performance problem  while using a SQL like "SELECT FROM 
MyClass WHERE Some-condition  ORDER BY PROPERTY1  LIMIT 10 SKIP ###" and 
ORDER BY consume to much time in my case for lots of records. 

without the "ORDER BY " , the results returned very fast but they are the 
earliest records, but I need it return the latest . I'm not using 
lightweight edge and index. Is it possible to get the latest results 
without ORDER command? 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to