Sarath Subramanian created ATLAS-2836:
-----------------------------------------

             Summary: 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, 1.0.0-alpha
            Reporter: Sarath Subramanian
            Assignee: Sarath Subramanian
             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