You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sarath Subramanian (JIRA)" <ji...@apache.org> on 2018/08/23 20:01:00 UTC

[jira] [Commented] (ATLAS-2836) Remove redundant encoding of vertex property keys

    [ https://issues.apache.org/jira/browse/ATLAS-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16590750#comment-16590750 ] 

Sarath Subramanian commented on ATLAS-2836:
-------------------------------------------

Code Review: https://reviews.apache.org/r/68492/

> Remove redundant encoding of vertex property keys
> -------------------------------------------------
>
>                 Key: ATLAS-2836
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2836
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 1.0.0-alpha, 1.0.0
>            Reporter: Sarath Subramanian
>            Assignee: Sarath Subramanian
>            Priority: Major
>             Fix For: 1.1.0
>
>
> JanusGraph has RESERVED characters which are restricted as property keys.
> RESERVED_CHARS = { '{' , '}', '"' };
> Atlas encodes them before writing to vertex/edge. Lot of duplicate encoding is currently present. Encoding is costly operation and should be done only once. This JIRA will refactor and remove duplicate encoding.



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