Re: remove step

2017-10-26 Thread pieter gmail
, pieter gmail <pieter.mar...@gmail.com> wrote: Hi, I was wondering if we can add a remove step. Currently to remove elements I iterate the traversal and call remove on each element. Adding a remove step will make it possible to optimize removals. Its probably less useful for Neo4j and Tinke

Re: remove step

2017-10-26 Thread Stephen Mallette
Is there some difference between what you are proposing and: http://tinkerpop.apache.org/docs/current/reference/#drop-step On Thu, Oct 26, 2017 at 2:18 PM, pieter gmail <pieter.mar...@gmail.com> wrote: > Hi, > > I was wondering if we can add a remove step. Currently to remo

remove step

2017-10-26 Thread pieter gmail
Hi, I was wondering if we can add a remove step. Currently to remove elements I iterate the traversal and call remove on each element. Adding a remove step will make it possible to optimize removals. Its probably less useful for Neo4j and TinkerGraph, not sure about Janus but for Sqlg