Marko A. Rodriguez created TINKERPOP-1292: ---------------------------------------------
Summary: 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.1 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)