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 2017/02/22 06:22:44 UTC

[jira] [Created] (ATLAS-1586) Improve type search by avoiding unnecessary instantiation of type objects

Madhan Neethiraj created ATLAS-1586:
---------------------------------------

             Summary: Improve type search by avoiding unnecessary instantiation of type objects
                 Key: ATLAS-1586
                 URL: https://issues.apache.org/jira/browse/ATLAS-1586
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 0.8-incubating
            Reporter: Madhan Neethiraj
            Assignee: Madhan Neethiraj


AtlasTypeDefGraphStore.searchTypesDef() implementation currently instantiates Atlas*Type objects, from their corresponding Atlas*Def, for use in filters. This can be avoided by directly using Atlas*Type objects in the type-registry.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)