You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "sivabalan narayanan (Jira)" <ji...@apache.org> on 2022/01/21 06:05: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=17377617#comment-17377617 ] 

sivabalan narayanan edited comment on HUDI-2151 at 1/21/22, 6:04 AM:
---------------------------------------------------------------------

-Is file listing parallelism too high?- already set to 200
{code:java}
public static final ConfigProperty<Integer> FILE_LISTING_PARALLELISM_PROP = ConfigProperty
 .key("hoodie.file.listing.parallelism")
 .defaultValue(1500){code}


was (Author: vc):
Is file listing parallelism too high?
{code:java}
public static final ConfigProperty<Integer> FILE_LISTING_PARALLELISM_PROP = ConfigProperty
 .key("hoodie.file.listing.parallelism")
 .defaultValue(1500){code}

> Make performant out-of-box configs
> ----------------------------------
>
>                 Key: HUDI-2151
>                 URL: https://issues.apache.org/jira/browse/HUDI-2151
>             Project: Apache Hudi
>          Issue Type: Task
>          Components: Code Cleanup, docs, writer-core
>            Reporter: Vinoth Chandar
>            Assignee: sivabalan narayanan
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 0.11.0
>
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> 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.20.1#820001)