Thanks for the reply. It seems PROFILE is not giving the exact query plan like in case of SQL! I wish to know how the graph traversal is being made(the way - in step-wise manner) to answer the query I posed. And I am not able to interpret whatever o/p it is giving.
Any solution?? Please help. On Tuesday, 5 August 2014 19:32:45 UTC+5:30, Alex Frieden wrote: > > try using PROFILE at the beginning of your query. > > > On Tue, Aug 5, 2014 at 9:55 AM, Mohana Krishna <[email protected] > <javascript:>> wrote: > >> Is there a better way to know the query execution plan in Neo4j? (an >> equivalent of 'explain' command in SQL). 'profile' command is not giving >> detailed plan and in most cases is not of any use for performance analysis >> as there is no way to know how exactly the query is being executed. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Neo4j" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Alexander Frieden > > -- You received this message because you are subscribed to the Google Groups "Neo4j" 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.
