This is an automated email from the ASF dual-hosted git repository. w41ter pushed a commit to branch add_enable_batch_download in repository https://gitbox.apache.org/repos/asf/doris-website.git
commit 9e18420a786a7451f788309bd1e0e8ccd637831f Author: w41ter <[email protected]> AuthorDate: Mon Dec 9 10:36:21 2024 +0800 Add enable_batch_download config to BE --- docs/admin-manual/config/be-config.md | 5 +++++ .../current/admin-manual/config/be-config.md | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/admin-manual/config/be-config.md b/docs/admin-manual/config/be-config.md index 82cbb31b820..9f8c4fab72b 100644 --- a/docs/admin-manual/config/be-config.md +++ b/docs/admin-manual/config/be-config.md @@ -1302,6 +1302,11 @@ Indicates how many tablets failed to load in the data directory. At the same tim * Description: Minimum download speed * Default value: 50 (KB/s) +#### `enable_batch_download` + +* Description: Whether to download files in batch, recommend only opening it when the binlog is enabled. +* Default value: false + #### `priority_queue_remaining_tasks_increased_frequency` * Description: the increased frequency of priority for remaining tasks in BlockingPriorityQueue diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md index 7aa73d744b1..c991e05e855 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/be-config.md @@ -1283,6 +1283,11 @@ load tablets from header failed, failed tablets size: xxx, path=xxx * 描述:下载最低限速 * 默认值:50 (KB/s) +#### `enable_batch_download` + +* 描述:是否允许批量下载文件,建议只在开启 binlog 的情况下打开 +* 默认值:false + #### `priority_queue_remaining_tasks_increased_frequency` * 描述:BlockingPriorityQueue 中剩余任务的优先级频率增加 @@ -1362,4 +1367,4 @@ load tablets from header failed, failed tablets size: xxx, path=xxx * 描述:用于文件缓存的磁盘路径和其他参数,以数组形式表示,每个磁盘一个条目。`path` 指定磁盘路径,`total_size` 限制缓存的大小;-1 或 0 将使用整个磁盘空间。 -* 格式: [{"path":"/path/to/file_cache","total_size":21474836480},{"path":"/path/to/file_cache2","total_size":21474836480}] \ No newline at end of file +* 格式: [{"path":"/path/to/file_cache","total_size":21474836480},{"path":"/path/to/file_cache2","total_size":21474836480}] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
