Hi Steven, could you please post the query you are using? Order by @rid is a cheap operation if you are executing it on a single class, but not if you execute it on a different target (eg. a subquery)
Luigi 2015-09-22 15:03 GMT+02:00 Steven Fletcher <[email protected]>: > In a cluster with millions of vertexes, my database locks up when I try to > get the LAST 10 entries by either RID or Timestamp. Documentation has > these basic examples of how to order by or limit, but that doesn't help if > the DB Locks up. Any idea of the most efficient way to do this request? > > -- > > --- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
