You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Mandar Ambawane (Jira)" <ji...@apache.org> on 2022/05/06 10:10:00 UTC

[jira] [Resolved] (ATLAS-4572) Improved Soft Delete behaviour for relationships edges

     [ https://issues.apache.org/jira/browse/ATLAS-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mandar Ambawane resolved ATLAS-4572.
------------------------------------
    Resolution: Fixed

> Improved Soft Delete behaviour for relationships edges
> ------------------------------------------------------
>
>                 Key: ATLAS-4572
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4572
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>            Reporter: Mandar Ambawane
>            Assignee: Mandar Ambawane
>            Priority: Major
>
> Earlier the process for soft deleting relationships involved unnecessary invocation of delete methods on already deleted Relationship edges.
> This would consume a lot of time on an entity which has a long list of soft deleted relationships.
> This changes implements a check on relationship edges, identifying already deleted relationship edges and avoiding invocation of delete method on them.
> Thus only allowing deletion of active relationship edges.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)