Sarath Subramanian created ATLAS-1656:
-----------------------------------------
Summary: Improve Lineage performance
Key: ATLAS-1656
URL: https://issues.apache.org/jira/browse/ATLAS-1656
Project: Atlas
Issue Type: Improvement
Components: atlas-core
Affects Versions: 0.8-incubating, 0.9-incubating
Reporter: Sarath Subramanian
Assignee: Sarath Subramanian
Before lineage query is fired, query is issued to check if entity exists using
guid and superType name. superTypes is not an indexed property and query takes
sometime to validate if entity exists for large data sets.
Improve above flow by searching graph using guid and then filter based on
supertype in-memory.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)