[ 
https://issues.apache.org/jira/browse/ATLAS-2836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sarath Subramanian updated ATLAS-2836:
--------------------------------------
    Description: 
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.

  was:
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.


> 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)

Reply via email to