Alexey Kudinkin created HUDI-5500:
-------------------------------------
Summary: Short-circuit upsert operation when we know that the
table is empty
Key: HUDI-5500
URL: https://issues.apache.org/jira/browse/HUDI-5500
Project: Apache Hudi
Issue Type: Bug
Components: writer-core
Affects Versions: 0.12.2
Reporter: Alexey Kudinkin
Fix For: 0.13.1
Currently, tagging will be tagging every record irrespective of whether we're
inserting into an empty table or not.
We obviously can short-circuit that and instead skip all of these operations
speculatively provided that there's no updates possible and instead essentially
pursue a bulk-insert pathway.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)