[
https://issues.apache.org/jira/browse/HUDI-5345?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ethan Guo updated HUDI-5345:
----------------------------
Description: When instantiating the file system view of Hudi, the
{{HFileBootstrapIndex}} is also instantiated, which includes two fs.exists
calls to check if the bootstrap index is present. This can be completely avoid
for the file system view built for reading metadata table, as the metadata
table never uses bootstrap index.
> Avoid fs.exists calls for metadata table in HFileBootstrapIndex
> ---------------------------------------------------------------
>
> Key: HUDI-5345
> URL: https://issues.apache.org/jira/browse/HUDI-5345
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Ethan Guo
> Assignee: Ethan Guo
> Priority: Major
>
> When instantiating the file system view of Hudi, the {{HFileBootstrapIndex}}
> is also instantiated, which includes two fs.exists calls to check if the
> bootstrap index is present. This can be completely avoid for the file system
> view built for reading metadata table, as the metadata table never uses
> bootstrap index.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)