[
https://issues.apache.org/jira/browse/HUDI-9314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated HUDI-9314:
---------------------------------
Labels: pull-request-available (was: )
> Reduce overhead of creating payloads
> ------------------------------------
>
> Key: HUDI-9314
> URL: https://issues.apache.org/jira/browse/HUDI-9314
> Project: Apache Hudi
> Issue Type: Improvement
> Reporter: Timothy Brown
> Assignee: Timothy Brown
> Priority: Major
> Labels: pull-request-available
>
> The creation of Hudi payloads uses reflection but does not cache the
> constructor so the code pays a penalty on each call which affects throughput.
> The reflection needs to be avoided when possible as well, such as when the
> payload class is already known in the metadata table paths.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)