You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/05/05 12:15:00 UTC

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

    [ https://issues.apache.org/jira/browse/ATLAS-4572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17532220#comment-17532220 ] 

ASF subversion and git services commented on ATLAS-4572:
--------------------------------------------------------

Commit 719dcb2e7467282155d453bc12a5a29fdadbc138 in atlas's branch refs/heads/master from Mandar Ambawane
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=719dcb2e7 ]

ATLAS-4572: Improved Soft Delete behavior for relationships edges

Signed-off-by: Pinal Shah <pi...@freestoneinfotech.com>


> 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)