[ 
https://issues.apache.org/jira/browse/HUDI-6092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Danny Chen updated HUDI-6092:
-----------------------------
    Fix Version/s: 0.13.1
                   0.14.0

> Reuse schema objects while reading large number of log blocks
> -------------------------------------------------------------
>
>                 Key: HUDI-6092
>                 URL: https://issues.apache.org/jira/browse/HUDI-6092
>             Project: Apache Hudi
>          Issue Type: Improvement
>            Reporter: Prashant Wason
>            Assignee: Prashant Wason
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.13.1, 0.14.0
>
>
> Some log files may contain a large number of log blocks. When such a log file 
> is read, for each block the schema string is read from the log block header 
> and parsed into the Schema object. The schema string will most probably be 
> the same and hence parsing it again and again created overhead of parsing as 
> well as memory overhead.
> An optimization is to cache the parsed schema objects.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to