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)