This is an automated email from the ASF dual-hosted git repository.

lijibing pushed a commit to branch Jibing-Li-patch-1
in repository https://gitbox.apache.org/repos/asf/doris-website.git

commit 5eb3e8168873a9f69634baaa0831ce6ce4508b42
Author: James <lijib...@selectdb.com>
AuthorDate: Wed Nov 13 16:43:38 2024 +0800

    Update statistics.md auto table width and health threshold
---
 .../current/query-acceleration/statistics.md                        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/statistics.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/statistics.md
index 3de6f8a5597..dadcfcf4a29 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/statistics.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/query-acceleration/statistics.md
@@ -392,8 +392,8 @@ DROP STATS table_name
 | auto_analyze_end_time               | 自动统计信息收集的结束时间                          
         | 23:59:59                     |
 | enable_auto_analyze                 | 是否开启自动收集功能                             
            | TRUE                         |
 | huge_table_default_sample_rows      | 对大表进行采样时的行数                            
           | 4194304                      |
-| table_stats_health_threshold        | 取值范围 0-100,表示自上次统计信息收集后,数据更新达到 (100 - 
table_stats_health_threshold)%时,认为统计信息已过时 | 60                           |
-| auto_analyze_table_width_threshold  | 控制自动统计信息收集处理的最大表宽度,超过此列数的表不参与自动统计信息收集 
| 100                          |
+| table_stats_health_threshold        | 取值范围 0-100,表示自上次统计信息收集后,数据更新达到 (100 - 
table_stats_health_threshold)%时,认为统计信息已过时 | 90                           |
+| auto_analyze_table_width_threshold  | 控制自动统计信息收集处理的最大表宽度,超过此列数的表不参与自动统计信息收集 
| 300                          |
 | enable_get_row_count_from_file_list | Hive 表是否通过文件大小来估算行数                    
         | FALSE(2.1.5 之后默认为 TRUE) |
 
 ### FE 配置项
@@ -504,4 +504,4 @@ ADMIN DIAGNOSE TABLET tablet_id
 
 对于某些特殊表,如分区众多的表或单个 Tablet 体积庞大的表,可能会出现内存占用较多的情况。
 
-建议用户在建表时合理规划 Tablet 数量,避免产生超大 Tablet。若 Tablet 
结构不易调整,建议在系统低峰期开启自动收集,或于低峰期手动收集这些大表,以免在高峰期影响业务运行。在 Doris 3.x 系列中,我们将针对此类场景进行优化。
\ No newline at end of file
+建议用户在建表时合理规划 Tablet 数量,避免产生超大 Tablet。若 Tablet 
结构不易调整,建议在系统低峰期开启自动收集,或于低峰期手动收集这些大表,以免在高峰期影响业务运行。在 Doris 3.x 系列中,我们将针对此类场景进行优化。


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to