-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/73731/
-----------------------------------------------------------
(Updated Dec. 6, 2021, 3 p.m.)
Review request for atlas, Ashutosh Mestry, Jayendra Parab, and Sarath
Subramanian.
Changes
-------
Some code cleanup and refactoring
Bugs: ATLAS-4495
https://issues.apache.org/jira/browse/ATLAS-4495
Repository: atlas
Description
-------
It is observed that, due to existing framework Glossary GET api takes longer
time.
This patch avoids the unnecessary db calls and improve the performance when
there is large number of data associated with the Glossary (say 10K terms or
categories)
Diffs (updated)
-----
repository/src/main/java/org/apache/atlas/glossary/GlossaryService.java
f81b53854
repository/src/main/java/org/apache/atlas/repository/ogm/DataAccess.java
f902b2afb
repository/src/main/java/org/apache/atlas/repository/ogm/glossary/AtlasGlossaryDTO.java
c525bdb99
repository/src/main/java/org/apache/atlas/repository/store/graph/v2/EntityGraphRetriever.java
794847555
Diff: https://reviews.apache.org/r/73731/diff/2/
Changes: https://reviews.apache.org/r/73731/diff/1-2/
Testing
-------
Manual testing is done.
Thanks,
Mandar Ambawane