Hello, I don"t want to execute the query but get the query plan. In SQL, you can get it using "explain", I saw it's also posssible using "Profile" in OSQL, but I don"t know how to get the results
Le jeudi 12 mai 2016 11:01:38 UTC+2, [email protected] a écrit : > > Hi, > you can use > > Iterable<Vertex> result=g.command(new OSQLSynchQuery<Vertex>("select from > V ")).execute(); > for(Vertex v:result){ > } > > Best regards, > Alessandro > -- --- 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.
