You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/06/27 13:54:00 UTC

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

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

ASF subversion and git services commented on ATLAS-3049:
--------------------------------------------------------

Commit b58a679ffc70c35e900344be44acc65e9d6649ab in atlas's branch refs/heads/branch-0.8 from Madhan Neethiraj
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=b58a679 ]

ATLAS-3049: updates to avoid repeated calls to encode-property-key


> 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
>            Priority: Major
>         Attachments: ATLAS-3049.patch
>
>
> 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)