stephen mallette created TINKERPOP-1308:
-------------------------------------------

             Summary: Serialize to "reference" for Gremlin Server
                 Key: TINKERPOP-1308
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1308
             Project: TinkerPop
          Issue Type: Improvement
          Components: driver, io, server
    Affects Versions: 3.2.0-incubating
            Reporter: stephen mallette
            Assignee: stephen mallette
             Fix For: 3.2.1


Gremlin Server currently returns "detached" graph elements. This approach can 
be expensive for a {{Vertex}} as it means that the graph has to get all the 
properties and serialize them - especially true for graphs with 
multi-properties. 

This issue is to provide an option for Gremlin Server to return "reference" 
graph elements which only return the id of the element. The default option will 
continue to be "detached" so as not to introduce a breaking change. We can 
consider at a later date whether or not to switch the default.



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

Reply via email to