[
https://issues.apache.org/jira/browse/ATLAS-1404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Suma Shivaprasad updated ATLAS-1404:
------------------------------------
Fix Version/s: 0.7.1-incubating
> Improve lineage performance with query filters using only GUID
> --------------------------------------------------------------
>
> Key: ATLAS-1404
> URL: https://issues.apache.org/jira/browse/ATLAS-1404
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 0.8-incubating
> Reporter: Suma Shivaprasad
> Assignee: Suma Shivaprasad
> Fix For: 0.8-incubating, 0.7.1-incubating
>
> Attachments: ATLAS-1404.1.patch, ATLAS-1404.patch
>
>
> Linage currently queries by superTypeName + guid combinations for which a
> composite index does not exist and index exists for typeName or guid alone.
> Subsequent filters are getting applied on typename query results which take a
> long time to finish. Hence rewriting these queries to use the GUID alone for
> querying and then apply the supertype checks once the entity definition is
> retrieved from the repository using its type
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)