[
https://issues.apache.org/jira/browse/ATLAS-5184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18066275#comment-18066275
]
ASF subversion and git services commented on ATLAS-5184:
--------------------------------------------------------
Commit 8ce48f5cca4b405024d1252d022a28e7b25049c4 in atlas's branch
refs/heads/atlas-2.5 from Prasad Pawar
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=8ce48f5cc ]
ATLAS-5184: Incomplete Metadata Display for Entities in Atlas Search Results
(#570)
* ATLAS-5184: Incomplete Metadata Display for Entities in Atlas Search Results
* ATLAS-5184: Incomplete Metadata Display for Entities in Atlas Search Results
( cherry picked from 30e3f2ea7ff9628ade92deb1afc5cd2385e1db43)
> Incomplete Metadata Display for Entities in Atlas Search Results
> ----------------------------------------------------------------
>
> Key: ATLAS-5184
> URL: https://issues.apache.org/jira/browse/ATLAS-5184
> Project: Atlas
> Issue Type: Improvement
> Components: atlas-webui
> Affects Versions: 3.0.0
> Reporter: Prasad P. Pawar
> Assignee: Prasad P. Pawar
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> h3. Summary:
> 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.
> h3. 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.
> h3. 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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)