Amruth-github opened a new pull request, #338: URL: https://github.com/apache/atlas/pull/338
ATLAS-5024: Improve fetching edges of the vertex 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 Tests Planned: 1. PC Build successful:[Link]( https://ci-builds.apache.org/job/Atlas/job/PreCommit-ATLAS-Build-Test/1855/) 2. Manual tests 3. Functional tests -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@atlas.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org