OrientDB Version: 3.0.8
The query execution time in OrientDB Studio(or console.sh w/remote mode) seems to be computed locally in browser and will roughly be 'server execution time for query' + 'network latency' (RTT)
Many times when working from my personal laptop against cloud hosted OrientDB instance means having network latency for hundreds milliseconds....and for a long time I thought OrientDB is really slow.
EXPLAIN doesn t return the 'elapsed' metric like in OrientDB 2.x
Is there any way to get the 'server execution time for query' in OrientDB?
Thanks