You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "Vinoth Chandar (Jira)" <ji...@apache.org> on 2021/08/05 17:12:00 UTC

[jira] [Comment Edited] (HUDI-2151) Make performant out-of-box configs

    [ https://issues.apache.org/jira/browse/HUDI-2151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377615#comment-17377615 ] 

Vinoth Chandar edited comment on HUDI-2151 at 8/5/21, 5:11 PM:
---------------------------------------------------------------

[High Priority] Do we really need optimisitic consistency guard turned on? 
{code:java}
public static final ConfigProperty<Boolean> ENABLE_OPTIMISTIC_CONSISTENCY_GUARD_PROP = ConfigProperty .key("_hoodie.optimistic.consistency.guard.enable") .defaultValue(true)
{code}


was (Author: vc):
Do we really need optimisitic consistency guard turned on?
{code:java}
public static final ConfigProperty<Boolean> ENABLE_OPTIMISTIC_CONSISTENCY_GUARD_PROP = ConfigProperty .key("_hoodie.optimistic.consistency.guard.enable") .defaultValue(true)
{code}

> Make performant out-of-box configs
> ----------------------------------
>
>                 Key: HUDI-2151
>                 URL: https://issues.apache.org/jira/browse/HUDI-2151
>             Project: Apache Hudi
>          Issue Type: Sub-task
>          Components: Code Cleanup, Docs
>            Reporter: Vinoth Chandar
>            Assignee: Udit Mehrotra
>            Priority: Major
>              Labels: pull-request-available
>
> We have quite a few configs which deliver better performance or usability, but guarded by flags. 
>  This is to identify them, change them, test (functionally, perf) and make them default
>  
> Need to ensure we also capture all the backwards compatibility issues that can arise



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