Given the query EXPLAIN select from (select from Vertex) LIMIT 1
I get the results elapsed: 2514.5999 recordReads: 1 documentReads: 1 resultSize: 1 evaluated: 1 Given the query took 2.5seconds I would have expected some of those numbers to be a lot higher (recordReads, documentReads, resultSize, evaluated) Anyone any idea whats going on? Given the issues with the query parser/optimiser I really need some data about whats going on with my queries before they hit production. Thanks, Jamie -- --- 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.
