EXPLAIN select from (select from Vertex) LIMIT 1elapsed: 2514.5999
recordReads: 1
documentReads: 1
resultSize: 1
evaluated: 1--
---
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-databa...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Luca,
Thanks for the reply, yes that will return the correct results. However the orientdb way seem to be to use quite a few sub queries (correct me if I'm wrong), so just having the top level EXPLAINed means that its really hard to profile queries until it hits an environment with a large amount of data.
This was why I originally raised it in github issues because I assumed it was a bug. From what you say I'm guessing its a not, but is there any work arounds to get those sort of metrics?
Thanks,
Jamie