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 984f37585d8 add a notice of storage (#77) 984f37585d8 is described below commit 984f37585d8126999b96b2ecd7060e204586b951 Author: lsy3993 <110876560+lsy3...@users.noreply.github.com> AuthorDate: Fri Sep 2 23:11:23 2022 +0800 add a notice of storage (#77) --- docs/admin-manual/config/be-config.md | 1 + docs/install/install-deploy.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/admin-manual/config/be-config.md b/docs/admin-manual/config/be-config.md index bce055166f8..558439cb824 100644 --- a/docs/admin-manual/config/be-config.md +++ b/docs/admin-manual/config/be-config.md @@ -1164,6 +1164,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 ',' + 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/docs/install/install-deploy.md b/docs/install/install-deploy.md index 59d1515f176..627f7fd2bb0 100644 --- a/docs/install/install-deploy.md +++ b/docs/install/install-deploy.md @@ -191,7 +191,8 @@ See the section on `lower_case_table_names` variables in [Variables](../advanced * Modify all BE configurations - Modify be/conf/be.conf. Mainly configure `storage_root_path`: data storage directory. The default is be/storage, this directory needs to be **created manually** by. In multi directories case, using `;` separation (do not add `;` after the last directory). + Modify be/conf/be.conf. Mainly configure `storage_root_path`: data storage directory. The default is be/storage, this directory needs to be **created manually** by. In multi directories case, using `;` separation (do not add `;` after the last directory). + 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: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org