You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/07/22 11:15:55 UTC

[GitHub] [tinkerpop] wangxiyu191 commented on issue #1161: TINKERPOP-2256 TINKERPOP-2256 processAllStarts of AggregateStep should only be called when barrier is empty

wangxiyu191 commented on issue #1161: TINKERPOP-2256 TINKERPOP-2256 processAllStarts of AggregateStep should only be called when barrier is empty
URL: https://github.com/apache/tinkerpop/pull/1161#issuecomment-513749303
 
 
   CPU: Intel(R) Xeon(R) CPU E5-2630
   ```
            \,,,/
            (o o)
   -----oOOo-(3)-oOOo-----
   plugin activated: tinkerpop.server
   plugin activated: tinkerpop.utilities
   plugin activated: tinkerpop.tinkergraph
   gremlin> graph = TinkerFactory.createGratefulDead()
   ==>tinkergraph[vertices:808 edges:8049]
   gremlin>  g = graph.traversal()
   ==>graphtraversalsource[tinkergraph[vertices:808 edges:8049], standard]
   gremlin> g.V(1).out().out().out().out().aggregate('a').path().profile()
   ==>Traversal Metrics
   Step                                                               Count  Traversers       Time (ms)    % Dur
   =============================================================================================================
   TinkerGraphStep(vertex,[1])                                            1           1           0.119     0.01
   VertexStep(OUT,vertex)                                                 7           7           0.051     0.01
   VertexStep(OUT,vertex)                                               190         190           0.091     0.01
   VertexStep(OUT,vertex)                                              7846        7846           1.892     0.19
   VertexStep(OUT,vertex)                                            344093      344093          93.346     9.19
   AggregateStep(a)                                                  344093      343721         799.522    78.67
   PathStep                                                          344093      343721         121.227    11.93
                                               >TOTAL                     -           -        1016.251        -
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services