You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "stephen mallette (JIRA)" <ji...@apache.org> on 2018/10/22 18:21:00 UTC

[jira] [Created] (TINKERPOP-2075) Introduce DetachmentStrategy

stephen mallette created TINKERPOP-2075:
-------------------------------------------

             Summary: Introduce DetachmentStrategy
                 Key: TINKERPOP-2075
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2075
             Project: TinkerPop
          Issue Type: Improvement
          Components: process
    Affects Versions: 3.4.0
            Reporter: stephen mallette


Introduce {{DetachmentStrategy}} to auto detach graph elements. We would probably have option to configure the strategy to use "detached" or "reference" elements with the default being "reference" (i.e. no properties).  This will start to help to align all usage of Gremlin around "reference" elements no matter how users connect (i.e. GLVs, embedded, Gremlin Server, etc.). 

Initially, this issue should just be about implementing the strategy and getting it into play with the rest of the things it relates to. Not sure what it does to {{HaltedTraverserStrategy}} if anything at this point or the various detachment methods that already exist. 

Once the feature is in place we can decide how it will be implemented by default in the framework - see the linked DISCUSS thread for more information.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)