[
https://issues.apache.org/jira/browse/ATLAS-5024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17948076#comment-17948076
]
ASF subversion and git services commented on ATLAS-5024:
--------------------------------------------------------
Commit 826f32da1cfbef3674c8c5971ca2c8cc2a5e8e82 in atlas's branch
refs/heads/dependabot/npm_and_yarn/docs/multi-4c5275a9f6 from Amruth-github
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=826f32da1 ]
ATLAS-5024: Improve fetching edges of the vertex (#338)
Co-authored-by: amruth <[email protected]>
> Improve fetching edges of the vertex
> ------------------------------------
>
> Key: ATLAS-5024
> URL: https://issues.apache.org/jira/browse/ATLAS-5024
> Project: Atlas
> Issue Type: Improvement
> Affects Versions: 2.4.0
> Reporter: Amruth S
> Assignee: Amruth S
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Extending [ATLAS-4803|https://reviews.apache.org/r/74713/bugs/ATLAS-4803/]
> Relationship attributes, classifications of a particular entity(vertex) as
> vertices which is linked with an edge.
> Hence while performing classifications/relationship, edges are fetched.
> *AtlasVertex.hasEdges()* checks whether a particular vertex has any edges.
> This method is used in some cases, followed by getting the edges of that
> vertex through query.
> Action:
> If there are many edges of a particular vertex, time spent on checking
> hasEdge can also take much time. hence it can be removed
--
This message was sent by Atlassian Jira
(v8.20.10#820010)