[
https://issues.apache.org/jira/browse/TINKERPOP-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15302727#comment-15302727
]
ASF GitHub Bot commented on TINKERPOP-1308:
-------------------------------------------
Github user spmallette commented on the pull request:
https://github.com/apache/incubator-tinkerpop/pull/321#issuecomment-221967641
yes - i would expect it to though i don't know that i explicitly tried. as
it is implemented at the serializer level, the behavior should apply to graph
elements embedded in other objects (like `Tree`). so is that a +1 from you? :)
> 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)