This is an automated email from the ASF dual-hosted git repository.
jiafengzheng 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 62be0003d25 add a notice of storage in doris website zh-CN (#78)
62be0003d25 is described below
commit 62be0003d255fa5a5091e7ee95901f3185f39b19
Author: lsy3993 <[email protected]>
AuthorDate: Mon Sep 5 09:24:01 2022 +0800
add a notice of storage in doris website zh-CN (#78)
add a notice of storage in doris website zh-CN
---
docs/admin-manual/config/be-config.md | 2 +-
.../current/admin-manual/config/be-config.md | 1 +
.../docusaurus-plugin-content-docs/current/install/install-deploy.md | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/admin-manual/config/be-config.md
b/docs/admin-manual/config/be-config.md
index 558439cb824..dea4113cc94 100644
--- a/docs/admin-manual/config/be-config.md
+++ b/docs/admin-manual/config/be-config.md
@@ -1163,7 +1163,7 @@ Shard size of StoragePageCache, the value must be power
of two. It's recommended
* Type: string
-* Description: data root path, separate by ';'.you can specify the storage
medium of each root path, HDD or SSD. you can add capacity limit at the end of
each root path, separate by ','
+* Description: data root path, separate by ';'.you can specify the storage
medium of each root path, HDD or SSD. you can add capacity limit at the end of
each root path, separate by ','.
If the user does not use a mix of SSD and HDD disks, they do not need to
configure the configuration methods in Example 1 and Example 2 below, but only
need to specify the storage directory; they also do not need to modify the
default storage media configuration of FE.
eg.1:
`storage_root_path=/home/disk1/doris.HDD;/home/disk2/doris.SSD;/home/disk2/doris`
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 6fb469466d5..1927689454d 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
@@ -1171,6 +1171,7 @@ StoragePageCache的分片大小,值为 2^n (n=0,1,2,...)。建议设置为接
* 类型:string
*
描述:BE数据存储的目录,多目录之间用英文状态的分号`;`分隔。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+ 如果用户不是SSD和HDD磁盘混合使用的情况,不需要按照如下示例一和示例二的配置方法配置,只需指定存储目录即可;也不需要修改FE的默认存储介质配置。
示例1如下:
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/install-deploy.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/install-deploy.md
index 84fbee5da70..70ca83b330a 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/install-deploy.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/install/install-deploy.md
@@ -192,7 +192,8 @@ doris默认为表名大小写敏感,如有表名大小写不敏感的需求需
* 修改所有 BE 的配置
- 修改 be/conf/be.conf。主要是配置
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;`
分隔(**最后一个目录后不要加 `;`**)。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+ 修改 be/conf/be.conf。主要是配置
`storage_root_path`:数据存放目录。默认在be/storage下,需要**手动创建**该目录。多个路径之间使用英文状态的分号 `;`
分隔(**最后一个目录后不要加 `;`**)。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
+ 如果用户不是SSD和HDD磁盘混合使用的情况,不需要按照如下示例一和示例二的配置方法配置,只需指定存储目录即可;也不需要修改FE的默认存储介质配置。
示例1如下:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]