hudi-bot opened a new issue, #14895: URL: https://github.com/apache/hudi/issues/14895
Supports scenarios where the data does not have a primary key. At present, a common practice for these scenarios is to give a uuid as the primary key, but this will generate unnecessary indexes and consume more resources during Compaction. In order to better support this scenario, the idea of non index is proposed. This solution will not generate an index and can perform compaction faster. ## JIRA info - Link: https://issues.apache.org/jira/browse/HUDI-2624 - Type: New Feature -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
