[ https://issues.apache.org/jira/browse/ATLAS-5024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17949888#comment-17949888 ]
ASF subversion and git services commented on ATLAS-5024: -------------------------------------------------------- Commit 8de6749876224f458b31d5cd92aced9bbe5190aa in atlas's branch refs/heads/atlas-2.5 from Amruth-github [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8de674987 ] ATLAS-5024: Improve fetching edges of the vertex (#338) Co-authored-by: amruth <amrut...@cloudera.com> (cherry picked from commit 826f32da1cfbef3674c8c5971ca2c8cc2a5e8e82) > 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)