This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 1bfaedf9e73 [DOCS] Update clustering configuration (#9990)
1bfaedf9e73 is described below
commit 1bfaedf9e73b5e894925e91f3df32ef353c3f89f
Author: ksmou <[email protected]>
AuthorDate: Mon Nov 6 17:30:31 2023 +0800
[DOCS] Update clustering configuration (#9990)
---
website/docs/configurations.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/docs/configurations.md b/website/docs/configurations.md
index e21eaf828fc..d284668620c 100644
--- a/website/docs/configurations.md
+++ b/website/docs/configurations.md
@@ -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 [...]
| [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`
[...]
---