You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Lokesh Jain (Jira)" <ji...@apache.org> on 2023/04/17 16:19:00 UTC

[jira] [Created] (HUDI-6090) Optimise payload size for list of FileGroupDTO

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)