Lokesh Jain created HUDI-6090:
---------------------------------
Summary: Optimise payload size for list of FileGroupDTO
Key: HUDI-6090
URL: https://issues.apache.org/jira/browse/HUDI-6090
Project: Apache Hudi
Issue Type: Bug
Components: timeline-server
Reporter: Lokesh Jain
Assignee: Lokesh Jain
FileGroupDTO has TimelineDTO as field. The timeline can be large and have
significant size. For a list of FileGroupDTOs, the same timeline is repeated
for every FileGroupDTO. The Jira aims to add an optimisation where for a list
of FileGroupDTOs, the timeline is sent only in the first FileGroupDTOs. On the
client side, FileGroup can be constructed using the TimelineDTO from the first
DTO.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)