Skip to content

Commit

Permalink
[DOCS] Update clustering configuration (#9990)
Browse files Browse the repository at this point in the history
  • Loading branch information
askwang authored Nov 6, 2023
1 parent 99e573a commit 1bfaedf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/docs/configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,7 @@ Configurations that control the clustering table service in hudi, which optimize
| [hoodie.layout.optimize.data.skipping.enable](#hoodielayoutoptimizedataskippingenable) | true | Enable data skipping by collecting statistics once layout optimization is complete.<br />`Config Param: LAYOUT_OPTIMIZE_DATA_SKIPPING_ENABLE`<br />`Since Version: 0.10.0`<br />`Deprecated since: 0.11.0` |
| [hoodie.layout.optimize.enable](#hoodielayoutoptimizeenable) | false | This setting has no effect. Please refer to clustering configuration, as well as LAYOUT_OPTIMIZE_STRATEGY config to enable advanced record layout optimization strategies<br />`Config Param: LAYOUT_OPTIMIZE_ENABLE`<br />`Since Version: 0.10.0`<br />`Deprecated since: 0.11.0` |
| [hoodie.layout.optimize.strategy](#hoodielayoutoptimizestrategy) | linear | Determines ordering strategy used in records layout optimization. Currently supported strategies are "linear", "z-order" and "hilbert" values are supported.<br />`Config Param: LAYOUT_OPTIMIZE_STRATEGY`<br />`Since Version: 0.10.0` |
| [hoodie.clustering.group.read.parallelism](#hoodieclusteringgroupreadparallelism) | 20 | The reading parallelism when reading one clustering group as rdd in clustering operation.<br />`Config Param: CLUSTERING_GROUP_READ_PARALLELISM`<br />`Since Version: 1.0.0` |
---


Expand Down

0 comments on commit 1bfaedf

Please sign in to comment.