From ef53b37b062c729e96dcd594e044981b4364cca7 Mon Sep 17 00:00:00 2001 From: spaceoddity91719 Date: Fri, 5 Jul 2024 15:47:37 +0800 Subject: [PATCH 1/4] =?UTF-8?q?fix(mogdb):proc=5Foutparam=5Foverride?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform-and-client-compatibility.md | 18 +++++++++++++++++- .../platform-and-client-compatibility.md | 18 +++++++++++++++++- .../platform-and-client-compatibility.md | 18 +++++++++++++++++- 3 files changed, 51 insertions(+), 3 deletions(-) diff --git a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md index cca88338..8a66b921 100644 --- a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md +++ b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md @@ -340,7 +340,23 @@ date: 2021-04-20 - proc_outparam_override - 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。 + 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。设置此选项后,包含了out参数的函数或者存储过程,必须显式调用out参数。打开参数后,不支持使用perform调用存储过程或函数。 + + 函数或者存储过程是否包含out参数,可以通过`\df 函数名`查看,例如: + + ```sql + MogDB=# \df DBE_PERF.get_global_bgwriter_stat + List of functions + -[ RECORD 1 ]-------+---------------------------------------------------------------------- + Schema | dbe_perf + Name | get_global_bgwriter_stat + Result data type | SETOF record + Argument data types | OUT node_name name, OUT checkpoints_timed bigint, OUT checkpoints_req bigint, OUT checkpoint_write_time double precision, OUT checkpoint_sync_time double precision, OUT buffers_checkpoint bigint, OUT buffers_clean bigint, OUT maxwritten_clean bigint, OUT buffers_backend bigint, OUT buffers_backend_fsync bigint, OUT buffers_alloc bigint, OUT stats_reset timestamp with time zone + Type | normal + fencedmode | f + propackage | f + prokind | f + ``` - proc_implicit_for_loop_variable diff --git a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md index cca88338..8a66b921 100644 --- a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md +++ b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md @@ -340,7 +340,23 @@ date: 2021-04-20 - proc_outparam_override - 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。 + 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。设置此选项后,包含了out参数的函数或者存储过程,必须显式调用out参数。打开参数后,不支持使用perform调用存储过程或函数。 + + 函数或者存储过程是否包含out参数,可以通过`\df 函数名`查看,例如: + + ```sql + MogDB=# \df DBE_PERF.get_global_bgwriter_stat + List of functions + -[ RECORD 1 ]-------+---------------------------------------------------------------------- + Schema | dbe_perf + Name | get_global_bgwriter_stat + Result data type | SETOF record + Argument data types | OUT node_name name, OUT checkpoints_timed bigint, OUT checkpoints_req bigint, OUT checkpoint_write_time double precision, OUT checkpoint_sync_time double precision, OUT buffers_checkpoint bigint, OUT buffers_clean bigint, OUT maxwritten_clean bigint, OUT buffers_backend bigint, OUT buffers_backend_fsync bigint, OUT buffers_alloc bigint, OUT stats_reset timestamp with time zone + Type | normal + fencedmode | f + propackage | f + prokind | f + ``` - proc_implicit_for_loop_variable diff --git a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md index 06d6000f..1a4a86e4 100644 --- a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md +++ b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/version-and-platform-compatibility/platform-and-client-compatibility.md @@ -336,7 +336,23 @@ date: 2021-04-20 - proc_outparam_override - 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。 + 控制存储过程出参的重载行为,打开该参数后,对于存储过程只有out出参部分不同的情况下,也可以正常调用。设置此选项后,包含了out参数的函数或者存储过程,必须显式调用out参数。打开参数后,不支持使用perform调用存储过程或函数。 + + 函数或者存储过程是否包含out参数,可以通过`\df 函数名`查看,例如: + + ```sql + MogDB=# \df DBE_PERF.get_global_bgwriter_stat + List of functions + -[ RECORD 1 ]-------+---------------------------------------------------------------------- + Schema | dbe_perf + Name | get_global_bgwriter_stat + Result data type | SETOF record + Argument data types | OUT node_name name, OUT checkpoints_timed bigint, OUT checkpoints_req bigint, OUT checkpoint_write_time double precision, OUT checkpoint_sync_time double precision, OUT buffers_checkpoint bigint, OUT buffers_clean bigint, OUT maxwritten_clean bigint, OUT buffers_backend bigint, OUT buffers_backend_fsync bigint, OUT buffers_alloc bigint, OUT stats_reset timestamp with time zone + Type | normal + fencedmode | f + propackage | f + prokind | f + ``` - proc_implicit_for_loop_variable -- Gitee From 0f7949929d5028acbbd250483bb2ff7245afb084 Mon Sep 17 00:00:00 2001 From: spaceoddity91719 Date: Fri, 5 Jul 2024 16:11:51 +0800 Subject: [PATCH 2/4] =?UTF-8?q?fix(mogdb):resource=5Ftrack=5Flevel?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E8=8C=83=E5=9B=B4=E6=9B=B4=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v1.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v5.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v5.2/reference-guide/guc-parameters/load-management.md | 2 +- .../v6.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v1.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v5.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v5.2/reference-guide/guc-parameters/load-management.md | 2 +- .../v6.0/reference-guide/guc-parameters/load-management.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md index 39a347b4..fe79ef9a 100644 --- a/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md index 39a347b4..fe79ef9a 100644 --- a/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md index 256deadd..b69e2e5c 100644 --- a/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md index 01b7e20a..45f5e3bc 100644 --- a/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md index e5970d13..8b13962d 100644 --- a/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md index 7ebed757..1eb13c39 100644 --- a/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md index 7ebed757..1eb13c39 100644 --- a/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md index 7ebed757..1eb13c39 100644 --- a/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md index 1c2c9551..c3d69a13 100644 --- a/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md @@ -205,7 +205,7 @@ date: 2021-04-20 **取值范围**: 整型,-1 ~ INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0时,值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md index 1c2c9551..c3d69a13 100644 --- a/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md @@ -205,7 +205,7 @@ date: 2021-04-20 **取值范围**: 整型,-1 ~ INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0时,值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md index 5e3e874b..158a584f 100644 --- a/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md @@ -206,7 +206,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0时,值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md index ba32db6b..6205c777 100644 --- a/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md index 4909f62a..56ba547e 100644 --- a/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md index 7a3305b1..8e52e634 100644 --- a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md index 7a3305b1..8e52e634 100644 --- a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md index 6768a86b..05eb4c1d 100644 --- a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 -- Gitee From f4e371586eb2b3584991ee0f2707194d13a0116f Mon Sep 17 00:00:00 2001 From: spaceoddity91719 Date: Fri, 5 Jul 2024 16:19:02 +0800 Subject: [PATCH 3/4] fix(mogdb):issue IA8IL7 --- .../docs-mogdb/v2.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v2.1/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v3.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v3.1/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v5.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v5.2/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v6.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v2.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v2.1/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v3.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v3.1/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v5.0/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v5.2/installation-guide/manual-installation.md | 2 +- .../docs-mogdb/v6.0/installation-guide/manual-installation.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/product/en/docs-mogdb/v2.0/installation-guide/manual-installation.md b/product/en/docs-mogdb/v2.0/installation-guide/manual-installation.md index 5619c3d6..457894c4 100644 --- a/product/en/docs-mogdb/v2.0/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v2.0/installation-guide/manual-installation.md @@ -63,7 +63,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v2.1/installation-guide/manual-installation.md b/product/en/docs-mogdb/v2.1/installation-guide/manual-installation.md index 240ff550..f8ad26a2 100644 --- a/product/en/docs-mogdb/v2.1/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v2.1/installation-guide/manual-installation.md @@ -63,7 +63,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v3.0/installation-guide/manual-installation.md b/product/en/docs-mogdb/v3.0/installation-guide/manual-installation.md index e7384655..5f1c76da 100644 --- a/product/en/docs-mogdb/v3.0/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v3.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v3.1/installation-guide/manual-installation.md b/product/en/docs-mogdb/v3.1/installation-guide/manual-installation.md index 2917887f..e3a46b81 100644 --- a/product/en/docs-mogdb/v3.1/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v3.1/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v5.0/installation-guide/manual-installation.md b/product/en/docs-mogdb/v5.0/installation-guide/manual-installation.md index d43c87b1..a644070a 100644 --- a/product/en/docs-mogdb/v5.0/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v5.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v5.2/installation-guide/manual-installation.md b/product/en/docs-mogdb/v5.2/installation-guide/manual-installation.md index d43c87b1..a644070a 100644 --- a/product/en/docs-mogdb/v5.2/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v5.2/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/en/docs-mogdb/v6.0/installation-guide/manual-installation.md b/product/en/docs-mogdb/v6.0/installation-guide/manual-installation.md index d43c87b1..a644070a 100644 --- a/product/en/docs-mogdb/v6.0/installation-guide/manual-installation.md +++ b/product/en/docs-mogdb/v6.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ source /home/omm/.bashrc b. Initialize the database. ```bash -gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 +gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` c. Modify initialized parameters. diff --git a/product/zh/docs-mogdb/v2.0/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v2.0/installation-guide/manual-installation.md index 09426650..1dc33cff 100644 --- a/product/zh/docs-mogdb/v2.0/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v2.0/installation-guide/manual-installation.md @@ -63,7 +63,7 @@ date: 2021-10-14 2. init数据库 ```shell - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v2.1/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v2.1/installation-guide/manual-installation.md index e2782966..4bd8c4bf 100644 --- a/product/zh/docs-mogdb/v2.1/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v2.1/installation-guide/manual-installation.md @@ -63,7 +63,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v3.0/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v3.0/installation-guide/manual-installation.md index 19e54a20..5521f16d 100644 --- a/product/zh/docs-mogdb/v3.0/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v3.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v3.1/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v3.1/installation-guide/manual-installation.md index 7df1cb30..339a11e5 100644 --- a/product/zh/docs-mogdb/v3.1/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v3.1/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v5.0/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v5.0/installation-guide/manual-installation.md index f696366c..3ed09265 100644 --- a/product/zh/docs-mogdb/v5.0/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v5.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v5.2/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v5.2/installation-guide/manual-installation.md index f696366c..3ed09265 100644 --- a/product/zh/docs-mogdb/v5.2/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v5.2/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 diff --git a/product/zh/docs-mogdb/v6.0/installation-guide/manual-installation.md b/product/zh/docs-mogdb/v6.0/installation-guide/manual-installation.md index 68b8df96..48eda203 100644 --- a/product/zh/docs-mogdb/v6.0/installation-guide/manual-installation.md +++ b/product/zh/docs-mogdb/v6.0/installation-guide/manual-installation.md @@ -71,7 +71,7 @@ date: 2021-10-14 2. init数据库 ```bash - gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --locale=en_US.UTF-8 + gs_initdb --pgdata=/opt/mogdb/data --nodename=primary --pwpasswd=Enmo@123 --encoding=UTF-8 --no-locale ``` 3. 修改初始化参数 -- Gitee From 4eb61ea9c9e5ff37df36645ccc5ac49ec855df68 Mon Sep 17 00:00:00 2001 From: spaceoddity91719 Date: Fri, 5 Jul 2024 16:52:27 +0800 Subject: [PATCH 4/4] =?UTF-8?q?fix(mogdb):resource=5Ftrack=5Fcost=E5=8F=96?= =?UTF-8?q?=E5=80=BC=E8=8C=83=E5=9B=B4=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../v1.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v5.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v5.2/reference-guide/guc-parameters/load-management.md | 2 +- .../v6.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v1.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v2.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.0/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v3.1/reference-guide/guc-parameters/13-load-management.md | 2 +- .../v5.0/reference-guide/guc-parameters/load-management.md | 2 +- .../v5.2/reference-guide/guc-parameters/load-management.md | 2 +- .../v6.0/reference-guide/guc-parameters/load-management.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md index fe79ef9a..39a347b4 100644 --- a/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md index fe79ef9a..39a347b4 100644 --- a/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md index b69e2e5c..256deadd 100644 --- a/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md index 45f5e3bc..01b7e20a 100644 --- a/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md b/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md index 8b13962d..e5970d13 100644 --- a/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/en/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md index 1eb13c39..7ebed757 100644 --- a/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md index 1eb13c39..7ebed757 100644 --- a/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md b/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md index 1eb13c39..7ebed757 100644 --- a/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md +++ b/product/en/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md @@ -203,7 +203,7 @@ This parameter is a USERSET parameter. Set it based on instructions provided in **Value range**: an integer ranging from -1 to *INT_MAX* - **-1** indicates that resource monitoring is disabled. -- A value ranging from 0 to 9 indicates that statements whose execution cost is less than or equal to 9 will be monitored. +- A value ranging from 0 to 9 indicates that statements whose execution cost is greater than or equal to 10 will be monitored. - A value greater than or equal to **10** indicates that statements whose execution cost exceeds this value will be monitored. **Default value**: **100000** diff --git a/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md index c3d69a13..3b864b99 100644 --- a/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v1.1/reference-guide/guc-parameters/13-load-management.md @@ -205,7 +205,7 @@ date: 2021-04-20 **取值范围**: 整型,-1 ~ INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md index c3d69a13..3b864b99 100644 --- a/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v2.0/reference-guide/guc-parameters/13-load-management.md @@ -205,7 +205,7 @@ date: 2021-04-20 **取值范围**: 整型,-1 ~ INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md index 158a584f..7022fb57 100644 --- a/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v2.1/reference-guide/guc-parameters/13-load-management.md @@ -206,7 +206,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md index 6205c777..ba32db6b 100644 --- a/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v3.0/reference-guide/guc-parameters/13-load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md b/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md index 56ba547e..4909f62a 100644 --- a/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md +++ b/product/zh/docs-mogdb/v3.1/reference-guide/guc-parameters/13-load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md index 8e52e634..7a3305b1 100644 --- a/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v5.0/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md index 8e52e634..7a3305b1 100644 --- a/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v5.2/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 diff --git a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md index 05eb4c1d..6768a86b 100644 --- a/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md +++ b/product/zh/docs-mogdb/v6.0/reference-guide/guc-parameters/load-management.md @@ -207,7 +207,7 @@ date: 2021-04-20 **取值范围**: 整型,-1~INT_MAX - 值为-1时,不进行资源监控。 -- 值大于或等于0且小于等于9时,对执行代价小于等于9的语句进行资源监控。 +- 值大于或等于0且小于等于9时,对执行代价大于等于10的语句进行资源监控。 - 值大于或等于10时,对执行代价超过该参数值的语句进行资源监控。 **默认值**: 100000 -- Gitee