Timothy Brown created HUDI-9314:
-----------------------------------
Summary: 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
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)