Re: how to analyze profile(), explain() output


Ankur Goel <ankur...@...>
 

Any help on this?


On Wednesday, October 11, 2017 at 10:58:20 AM UTC+5:30, Ankur Goel wrote:
Hi,

I am using profile(), explain() to see what composite / mixed index are getting used.

From the output unable to identify which index is used.

gremlin> g.V().has('vl','tag').has('mob','0').count().profile()
==>Traversal Metrics
Step                                                               Count  Traversers       Time (ms)    % Dur
=============================================================================================================
JanusGraphStep([],[vl.eq(tag), mobile.e...                  3724        3724       15077.378    99.82
  optimization                                                                              1059.911
  backend-query                                                     8000                    1890.950
  backend-query                                                     3724                    1391.268
  backend-query                                                   137479                    7313.396
  backend-query                                                     3724                     426.626
CountGlobalStep                                                        1           1          27.644     0.18
                                            >TOTAL                     -           -       15105.022        -
gremlin>

Please help me how to identify the same or any pointer.

~

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.