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

morningman 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 e547d34906e [opt](export) add max_file_size doc (#2457)
e547d34906e is described below

commit e547d34906eefa633bd6b3074694d812193f0dea
Author: Mingyu Chen (Rayner) <morning...@163.com>
AuthorDate: Thu Jun 12 23:37:59 2025 +0800

    [opt](export) add max_file_size doc (#2457)
    
    ## Versions
    
    - [x] dev
    - [x] 3.0
    - [x] 2.1
    - [ ] 2.0
    
    ## Languages
    
    - [x] Chinese
    - [x] English
    
    ## Docs Checklist
    
    - [ ] Checked by AI
    - [ ] Test Cases Built
---
 docs/data-operate/export/export-manual.md                             | 4 ++++
 .../current/data-operate/export/export-manual.md                      | 4 ++++
 .../version-2.1/data-operate/export/export-manual.md                  | 4 ++++
 .../version-3.0/data-operate/export/export-manual.md                  | 4 ++++
 versioned_docs/version-2.1/data-operate/export/export-manual.md       | 4 ++++
 versioned_docs/version-3.0/data-operate/export/export-manual.md       | 4 ++++
 6 files changed, 24 insertions(+)

diff --git a/docs/data-operate/export/export-manual.md 
b/docs/data-operate/export/export-manual.md
index 60f7b4ab2ef..990cbc02cc2 100644
--- a/docs/data-operate/export/export-manual.md
+++ b/docs/data-operate/export/export-manual.md
@@ -320,6 +320,10 @@ PROPERTIES (
 
 By setting `"max_file_size" = "512MB"`, the maximum size of a single exported 
file is 512MB.
 
+`max_file_size` cannot be less than 5MB and cannot be greater than 2GB.
+
+In versions 2.1.11 and 3.0.7, the maximum limit of 2GB was removed, leaving 
only the minimum limit of 5MB.
+
 ## Notice
 
 * Export Data Volume
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/export/export-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/export/export-manual.md
index e57f9de76b3..dc4e0b941f3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/export/export-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data-operate/export/export-manual.md
@@ -319,6 +319,10 @@ PROPERTIES (
 
 通过设置 `"max_file_size" = "512MB"`,则单个导出文件的最大大小为 512MB。
 
+`max_file_size` 不能小于 5MB 且不能大于 2GB。
+
+在 2.1.11 和 3.0.7 版本中,取消了 2GB 的最大限制,仅保留最小 5MB 的限制。
+
 ## 注意事项
 
 * 导出数据量
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
index e57f9de76b3..dc4e0b941f3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/data-operate/export/export-manual.md
@@ -319,6 +319,10 @@ PROPERTIES (
 
 通过设置 `"max_file_size" = "512MB"`,则单个导出文件的最大大小为 512MB。
 
+`max_file_size` 不能小于 5MB 且不能大于 2GB。
+
+在 2.1.11 和 3.0.7 版本中,取消了 2GB 的最大限制,仅保留最小 5MB 的限制。
+
 ## 注意事项
 
 * 导出数据量
diff --git 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/export/export-manual.md
 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/export/export-manual.md
index e57f9de76b3..dc4e0b941f3 100644
--- 
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/export/export-manual.md
+++ 
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.0/data-operate/export/export-manual.md
@@ -319,6 +319,10 @@ PROPERTIES (
 
 通过设置 `"max_file_size" = "512MB"`,则单个导出文件的最大大小为 512MB。
 
+`max_file_size` 不能小于 5MB 且不能大于 2GB。
+
+在 2.1.11 和 3.0.7 版本中,取消了 2GB 的最大限制,仅保留最小 5MB 的限制。
+
 ## 注意事项
 
 * 导出数据量
diff --git a/versioned_docs/version-2.1/data-operate/export/export-manual.md 
b/versioned_docs/version-2.1/data-operate/export/export-manual.md
index 60f7b4ab2ef..990cbc02cc2 100644
--- a/versioned_docs/version-2.1/data-operate/export/export-manual.md
+++ b/versioned_docs/version-2.1/data-operate/export/export-manual.md
@@ -320,6 +320,10 @@ PROPERTIES (
 
 By setting `"max_file_size" = "512MB"`, the maximum size of a single exported 
file is 512MB.
 
+`max_file_size` cannot be less than 5MB and cannot be greater than 2GB.
+
+In versions 2.1.11 and 3.0.7, the maximum limit of 2GB was removed, leaving 
only the minimum limit of 5MB.
+
 ## Notice
 
 * Export Data Volume
diff --git a/versioned_docs/version-3.0/data-operate/export/export-manual.md 
b/versioned_docs/version-3.0/data-operate/export/export-manual.md
index 60f7b4ab2ef..990cbc02cc2 100644
--- a/versioned_docs/version-3.0/data-operate/export/export-manual.md
+++ b/versioned_docs/version-3.0/data-operate/export/export-manual.md
@@ -320,6 +320,10 @@ PROPERTIES (
 
 By setting `"max_file_size" = "512MB"`, the maximum size of a single exported 
file is 512MB.
 
+`max_file_size` cannot be less than 5MB and cannot be greater than 2GB.
+
+In versions 2.1.11 and 3.0.7, the maximum limit of 2GB was removed, leaving 
only the minimum limit of 5MB.
+
 ## Notice
 
 * Export Data Volume


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

Reply via email to