-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.2.0-incubating
-
Fix Version/s: 3.2.4
-
Component/s: process, tinkergraph
-
Labels:None
Create TinkerGraphInterceptorStrategy for TinkerGraphComputer and grow it starting with the two simple patterns below:
g.V().count() -> tinkerGraph.vertices.size() g.E().count() -> tinkerGraph.edges.size()
In fact, perhaps even create TinkerGraphCountStep for OLTP as well that does the above.
- links to