pawarprasad123 opened a new pull request, #570: URL: https://github.com/apache/atlas/pull/570
## What changes were proposed in this pull request? While searching for certain entities in the Atlas UI, the results page loads, but key details such as Properties, Classifications, Relationships, and Audits are not displayed. Root Cause: The issue stems from the large size of the response payload, specifically the relationships section, which exceeds 500MB in the JSON response. This overwhelms the UI, preventing it from rendering associated metadata. Proposed Improvement: To enhance the user experience and system performance—particularly for entities with large relationship graphs- the Atlas UI should be improved to handle large payloads efficiently. Recommended enhancements include: Pagination or infinite scroll for relationships On-demand fetching of resource sections (e.g., relationships, audits, etc.) Optimized response handling across all Atlas-integrated platforms This Jira ticket is being created to track and implement the necessary UI and backend improvements to ensure scalability, responsiveness, and stability when dealing with large metadata entities. ## How was this patch tested? Manually tested, Build passed <img width="1848" height="1077" alt="Screenshot from 2026-03-16 16-31-31" src="https://github.com/user-attachments/assets/0ff90e4e-5c15-4b0f-b398-32be301e86cc" /> <img width="1848" height="1077" alt="Screenshot from 2026-03-16 15-28-48" src="https://github.com/user-attachments/assets/b530294a-ea67-46eb-9840-ac3fabac65b7" /> <img width="1848" height="1077" alt="Screenshot from 2026-03-16 15-28-28" src="https://github.com/user-attachments/assets/dfcd28c8-a1cd-40ec-a6fc-b5304c7a0045" /> -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
