You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2019/02/11 06:10:00 UTC

[jira] [Created] (ATLAS-3049) Avoid repeated calls to property-key encoding while reading vertex properties

Madhan Neethiraj created ATLAS-3049:
---------------------------------------

             Summary: Avoid repeated calls to property-key encoding while reading vertex properties
                 Key: ATLAS-3049
                 URL: https://issues.apache.org/jira/browse/ATLAS-3049
             Project: Atlas
          Issue Type: Improvement
          Components:  atlas-core
    Affects Versions: 0.8.3
            Reporter: Madhan Neethiraj
            Assignee: Madhan Neethiraj


While accessing vertex property values, the property name is checked for presence of special characters and when found they are escaped appropriately. By caching the escaped property names, repeated calls to check/escape can be avoided - which can result in improved performance.

 

ATLAS-2836 fixed such repeated calls to check/escape - but for V2 API path; similar fixes are needed for V1 API paths, which are used to create notifications and audits. 



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