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

Alexey Kudinkin updated HUDI-4911:
----------------------------------
    Description: 
Currently {{HoodieMetadataMergedLogRecordReader }}will flush internal record 
cache before each lookup which makes every lookup essentially do re-processing 
of the whole log-blocks stack again.

We should avoid that and only do the re-parsing incrementally (for the keys 
that ain't already cached)

  was:Currently {{HoodieMetadataMergedLogRecordReader}}


> Make sure LogRecordReader doesn't flush the cache before each lookup
> --------------------------------------------------------------------
>
>                 Key: HUDI-4911
>                 URL: https://issues.apache.org/jira/browse/HUDI-4911
>             Project: Apache Hudi
>          Issue Type: Bug
>          Components: reader-core
>    Affects Versions: 0.12.0
>            Reporter: Alexey Kudinkin
>            Assignee: Alexey Kudinkin
>            Priority: Critical
>             Fix For: 0.12.1
>
>
> Currently {{HoodieMetadataMergedLogRecordReader }}will flush internal record 
> cache before each lookup which makes every lookup essentially do 
> re-processing of the whole log-blocks stack again.
> We should avoid that and only do the re-parsing incrementally (for the keys 
> that ain't already cached)



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

Reply via email to