[ 
https://issues.apache.org/jira/browse/TINKERPOP-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15635914#comment-15635914
 ] 

ASF GitHub Bot commented on TINKERPOP-1292:
-------------------------------------------

Github user spmallette commented on the issue:

    https://github.com/apache/tinkerpop/pull/476
  
    All tests pass with `docker/build.sh -t -n -i`
    
    VOTE +1


> TinkerGraphComputer VertexProgramInterceptors
> ---------------------------------------------
>
>                 Key: TINKERPOP-1292
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1292
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: process, tinkergraph
>    Affects Versions: 3.2.0-incubating
>            Reporter: Marko A. Rodriguez
>             Fix For: 3.2.4
>
>
> Create {{TinkerGraphInterceptorStrategy}} for {{TinkerGraphComputer}} and 
> grow it starting with the two simple patterns below:
> {code}
> g.V().count() -> tinkerGraph.vertices.size()
> g.E().count() -> tinkerGraph.edges.size()
> {code}
> In fact, perhaps even create {{TinkerGraphCountStep}} for OLTP as well that 
> does the above.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to