You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/10/28 06:36:00 UTC

[jira] [Updated] (HUDI-2624) Implement Non Index type for HUDI

     [ https://issues.apache.org/jira/browse/HUDI-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated HUDI-2624:
---------------------------------
    Labels: pull-request-available  (was: )

> Implement Non Index type for HUDI
> ---------------------------------
>
>                 Key: HUDI-2624
>                 URL: https://issues.apache.org/jira/browse/HUDI-2624
>             Project: Apache Hudi
>          Issue Type: New Feature
>          Components: Common Core
>            Reporter: yuzhaojing
>            Assignee: yuzhaojing
>            Priority: Major
>              Labels: pull-request-available
>
> 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.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)