Thank you, what I'm most curious about is being able to tell what indices were used during a gremlin traversal, is there any way to tell if an index was used by gremlin?
On Sunday, March 29, 2015 at 6:12:35 PM UTC-7, Natal Kaplya wrote: > > 1. All you need is to append gremlin query by *.toString() *and it will > print pipes order. > 2. No, gremlin queries can not be translated to osql(actually, gremlin > allows you make such queries, that you cant do with osql). Gremlin queries > are executed by built-in gremlin module that wrap it into blueprints > pipes(Java), also gremlin supports Groovy engine(and this language specific > syntax). > > For tuning you would better look here > <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Ftinkerpop%2Fgremlin%2Fwiki%2FTraversal-Optimization&sa=D&sntz=1&usg=AFQjCNFZpPcsp4qqS8UCtjKHbmcbHEh7cg> > . > > -- --- 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.
