[
https://issues.apache.org/jira/browse/HUDI-6090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-6090:
----------------------------
Fix Version/s: 0.14.0
(was: 0.13.1)
> 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
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.14.0
>
>
> 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)