[typo](docs) mix of SSD and HDD disks should specify the storage directory only (#12309)
add notice of storage
This commit is contained in:
@ -1218,7 +1218,8 @@ 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`
|
||||
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
@ -1224,7 +1224,8 @@ StoragePageCache的分片大小,值为 2^n (n=0,1,2,...)。建议设置为接
|
||||
|
||||
* 类型:string
|
||||
|
||||
* 描述:BE数据存储的目录,多目录之间用英文状态的分号`;`分隔。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
|
||||
* 描述:BE数据存储的目录,多目录之间用英文状态的分号`;`分隔。可以通过路径区别存储目录的介质,HDD或SSD。可以添加容量限制在每个路径的末尾,通过英文状态逗号`,`隔开。
|
||||
如果用户不是SSD和HDD磁盘混合使用的情况,不需要按照如下示例一和示例二的配置方法配置,只需指定存储目录即可;也不需要修改FE的默认存储介质配置
|
||||
|
||||
示例1如下:
|
||||
|
||||
|
||||
@ -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如下:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user