Amruth S created ATLAS-5024: ------------------------------- Summary: 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
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)