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

liaoxin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c58fbc77cb [docs](broker-load) remove `exec_mem_limit` property 
(#1798)
5c58fbc77cb is described below

commit 5c58fbc77cbcae710d9af3e27647c8f31b907423
Author: Kaijie Chen <c...@apache.org>
AuthorDate: Thu Jan 16 11:06:55 2025 +0800

    [docs](broker-load) remove `exec_mem_limit` property (#1798)
---
 docs/data-operate/import/import-way/broker-load-manual.md               | 2 --
 .../current/data-operate/import/import-way/broker-load-manual.md        | 2 --
 .../version-2.1/data-operate/import/import-way/broker-load-manual.md    | 2 --
 .../version-3.0/data-operate/import/import-way/broker-load-manual.md    | 2 --
 .../version-2.1/data-operate/import/import-way/broker-load-manual.md    | 2 --
 .../version-3.0/data-operate/import/import-way/broker-load-manual.md    | 2 --
 6 files changed, 12 deletions(-)

diff --git a/docs/data-operate/import/import-way/broker-load-manual.md 
b/docs/data-operate/import/import-way/broker-load-manual.md
index 06a80013547..893c3f11606 100644
--- a/docs/data-operate/import/import-way/broker-load-manual.md
+++ b/docs/data-operate/import/import-way/broker-load-manual.md
@@ -225,7 +225,6 @@ The WITH clause specifies how to access the storage system, 
and `broker_properti
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | Used to specify the timeout for the import in 
seconds. The configurable range is from 1 second to 259200 seconds. |
 | "max_filter_ratio" | Float | 0.0 | Used to specify the maximum tolerable 
ratio of filterable (irregular or otherwise problematic) data, which defaults 
to zero tolerance. The value range is 0 to 1. If the error rate of the imported 
data exceeds this value, the import will fail. Irregular data does not include 
rows filtered out by the where condition. |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | The memory limit in bytes of 
the load task, which defaults to 2GB. |
 | "strict_mode" | Boolean | false | Used to specify whether to enable strict 
mode for this import. |
 | "partial_columns" | Boolean | false | Used to specify whether to enable 
partial column update, the default value is false, this parameter is only 
available for Unique Key + Merge on Write tables. |
 | "timezone" | String | "Asia/Shanghai" | Used to specify the timezone to be 
used for this import. This parameter affects the results of all 
timezone-related functions involved in the import. |
@@ -260,7 +259,6 @@ Processing Volume per BE for this Import = Source File Size 
/ Import Concurrency
 
 | Session Variable | Type | Default | Description |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | Import memory limit, unit: bytes. 
|
 | time_zone | String | "Asia/Shanghai" | Default time zone, which will affect 
the results of time zone related functions in import. |
 | send_batch_parallelism | Integer | 1 | The concurrency of the sink node 
sending data, which takes effect only when `enable_memtable_on_sink_node` is 
set to false. |
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
index 131abf7486b..6fdfe1ca8e5 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/import/import-way/broker-load-manual.md
@@ -222,7 +222,6 @@ WITH [S3|HDFS|BROKER broker_name]
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | 导入的超时时间,单位秒。范围是 1 秒 ~ 259200 秒。 |
 | "max_filter_ratio" | Float | 0.0 | 最大容忍可过滤(数据不规范等原因)的数据比例,默认零容忍。取值范围是 
0~1。当导入的错误率超过该值,则导入失败。数据不规范不包括通过 where 条件过滤掉的行。 |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | 导入内存限制。默认为 2GB。单位为字节。 |
 | "strict_mode" | Boolean | false | 是否开启严格模式。 |
 | "partial_columns" | Boolean | false | 是否使用部分列更新,只在表模型为 Unique Key 且采用 Merge 
on Write 时有效。 |
 | "timezone" | String | "Asia/Shanghai" | 本次导入所使用的时区。该参数会影响所有导入涉及的和时区有关的函数结果。 |
@@ -256,7 +255,6 @@ WITH [S3|HDFS|BROKER broker_name]
 
 | Session Variable | 类型 | 默认值 | 说明 |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | 导入内存限制,单位:字节。 |
 | time_zone | String | "Asia/Shanghai" | 默认时区,会影响导入中时区相关的函数结果。 |
 | send_batch_parallelism | Integer | 1 | sink 节点发送数据的并发度,仅在关闭 memtable 前移时生效。 |
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
index 2aa4eb30c71..84d15054b95 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
@@ -222,7 +222,6 @@ WITH [S3|HDFS|BROKER broker_name]
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | 导入的超时时间,单位秒。范围是 1 秒 ~ 259200 秒。 |
 | "max_filter_ratio" | Float | 0.0 | 最大容忍可过滤(数据不规范等原因)的数据比例,默认零容忍。取值范围是 
0~1。当导入的错误率超过该值,则导入失败。数据不规范不包括通过 where 条件过滤掉的行。 |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | 导入内存限制。默认为 2GB。单位为字节。 |
 | "strict_mode" | Boolean | false | 是否开启严格模式。 |
 | "partial_columns" | Boolean | false | 是否使用部分列更新,只在表模型为 Unique Key 且采用 Merge 
on Write 时有效。 |
 | "timezone" | String | "Asia/Shanghai" | 本次导入所使用的时区。该参数会影响所有导入涉及的和时区有关的函数结果。 |
@@ -256,7 +255,6 @@ WITH [S3|HDFS|BROKER broker_name]
 
 | Session Variable | 类型 | 默认值 | 说明 |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | 导入内存限制,单位:字节。 |
 | time_zone | String | "Asia/Shanghai" | 默认时区,会影响导入中时区相关的函数结果。 |
 | send_batch_parallelism | Integer | 1 | sink 节点发送数据的并发度,仅在关闭 memtable 前移时生效。 |
 
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
index 5080afcf3d7..f819f9e7153 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
@@ -222,7 +222,6 @@ WITH [S3|HDFS|BROKER broker_name]
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | 导入的超时时间,单位秒。范围是 1 秒 ~ 259200 秒。 |
 | "max_filter_ratio" | Float | 0.0 | 最大容忍可过滤(数据不规范等原因)的数据比例,默认零容忍。取值范围是 
0~1。当导入的错误率超过该值,则导入失败。数据不规范不包括通过 where 条件过滤掉的行。 |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | 导入内存限制。默认为 2GB。单位为字节。 |
 | "strict_mode" | Boolean | false | 是否开启严格模式。 |
 | "partial_columns" | Boolean | false | 是否使用部分列更新,只在表模型为 Unique Key 且采用 Merge 
on Write 时有效。 |
 | "timezone" | String | "Asia/Shanghai" | 本次导入所使用的时区。该参数会影响所有导入涉及的和时区有关的函数结果。 |
@@ -256,7 +255,6 @@ WITH [S3|HDFS|BROKER broker_name]
 
 | Session Variable | 类型 | 默认值 | 说明 |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | 导入内存限制,单位:字节。 |
 | time_zone | String | "Asia/Shanghai" | 默认时区,会影响导入中时区相关的函数结果。 |
 | send_batch_parallelism | Integer | 1 | sink 节点发送数据的并发度,仅在关闭 memtable 前移时生效。 |
 
diff --git 
a/versioned_docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
 
b/versioned_docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
index 84c378b72aa..b89babe5755 100644
--- 
a/versioned_docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
+++ 
b/versioned_docs/version-2.1/data-operate/import/import-way/broker-load-manual.md
@@ -226,7 +226,6 @@ The WITH clause specifies how to access the storage system, 
and `broker_properti
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | Used to specify the timeout for the import in 
seconds. The configurable range is from 1 second to 259200 seconds. |
 | "max_filter_ratio" | Float | 0.0 | Used to specify the maximum tolerable 
ratio of filterable (irregular or otherwise problematic) data, which defaults 
to zero tolerance. The value range is 0 to 1. If the error rate of the imported 
data exceeds this value, the import will fail. Irregular data does not include 
rows filtered out by the where condition. |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | The memory limit in bytes of 
the load task, which defaults to 2GB. |
 | "strict_mode" | Boolean | false | Used to specify whether to enable strict 
mode for this import. |
 | "partial_columns" | Boolean | false | Used to specify whether to enable 
partial column update, the default value is false, this parameter is only 
available for Unique Key + Merge on Write tables. |
 | "timezone" | String | "Asia/Shanghai" | Used to specify the timezone to be 
used for this import. This parameter affects the results of all 
timezone-related functions involved in the import. |
@@ -261,7 +260,6 @@ Processing Volume per BE for this Import = Source File Size 
/ Import Concurrency
 
 | Session Variable | Type | Default | Description |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | Import memory limit, unit: bytes. 
|
 | time_zone | String | "Asia/Shanghai" | Default time zone, which will affect 
the results of time zone related functions in import. |
 | send_batch_parallelism | Integer | 1 | The concurrency of the sink node 
sending data, which takes effect only when `enable_memtable_on_sink_node` is 
set to false. |
 
diff --git 
a/versioned_docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
 
b/versioned_docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
index 1ff9e44b6a8..5492d0afd1b 100644
--- 
a/versioned_docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
+++ 
b/versioned_docs/version-3.0/data-operate/import/import-way/broker-load-manual.md
@@ -225,7 +225,6 @@ The WITH clause specifies how to access the storage system, 
and `broker_properti
 | --- | --- | --- | --- |
 | "timeout" | Long | 14400 | Used to specify the timeout for the import in 
seconds. The configurable range is from 1 second to 259200 seconds. |
 | "max_filter_ratio" | Float | 0.0 | Used to specify the maximum tolerable 
ratio of filterable (irregular or otherwise problematic) data, which defaults 
to zero tolerance. The value range is 0 to 1. If the error rate of the imported 
data exceeds this value, the import will fail. Irregular data does not include 
rows filtered out by the where condition. |
-| "exec_mem_limit" | Long | 2147483648 (2GB) | The memory limit in bytes of 
the load task, which defaults to 2GB. |
 | "strict_mode" | Boolean | false | Used to specify whether to enable strict 
mode for this import. |
 | "partial_columns" | Boolean | false | Used to specify whether to enable 
partial column update, the default value is false, this parameter is only 
available for Unique Key + Merge on Write tables. |
 | "timezone" | String | "Asia/Shanghai" | Used to specify the timezone to be 
used for this import. This parameter affects the results of all 
timezone-related functions involved in the import. |
@@ -260,7 +259,6 @@ Processing Volume per BE for this Import = Source File Size 
/ Import Concurrency
 
 | Session Variable | Type | Default | Description |
 | --- | --- | --- | --- |
-| exec_mem_limit | Long | 2147483648 (2GB) | Import memory limit, unit: bytes. 
|
 | time_zone | String | "Asia/Shanghai" | Default time zone, which will affect 
the results of time zone related functions in import. |
 | send_batch_parallelism | Integer | 1 | The concurrency of the sink node 
sending data, which takes effect only when `enable_memtable_on_sink_node` is 
set to false. |
 


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

Reply via email to