You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ashutosh Mestry (JIRA)" <ji...@apache.org> on 2018/09/10 20:42:01 UTC

[jira] [Created] (ATLAS-2864) Export Process: Incremental: Improve Approach for Fetching Changed Entities

Ashutosh Mestry created ATLAS-2864:
--------------------------------------

             Summary: Export Process: Incremental: Improve Approach for Fetching Changed Entities
                 Key: ATLAS-2864
                 URL: https://issues.apache.org/jira/browse/ATLAS-2864
             Project: Atlas
          Issue Type: Improvement
          Components:  atlas-core
    Affects Versions: 0.8.2
            Reporter: Ashutosh Mestry
            Assignee: Ashutosh Mestry
             Fix For: 0.8.3


*Background*

Existing approach for getting modified entities tends to iterate through the entire set of entities and then filter. This results in no benefit in terms of time and effort for incremental export. It does benefit Import, where smaller set is imported.

*Approach*
 * User Gremlin queries to fetch entities that match criteria.
 * Modify existing logic that does deep traversal to support this new logic.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)