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.git
The following commit(s) were added to refs/heads/master by this push:
new 47dd2db292 [doc](fix) storage policy fe conf doc (#21679)
47dd2db292 is described below
commit 47dd2db292afc1a1d89906ac9b4ea8f70e4dd9e0
Author: catpineapple <[email protected]>
AuthorDate: Tue Jul 11 09:16:58 2023 +0800
[doc](fix) storage policy fe conf doc (#21679)
* [doc](fix) storage policy fe conf doc
---
docs/en/docs/admin-manual/config/fe-config.md | 3 +--
docs/zh-CN/docs/admin-manual/config/fe-config.md | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/en/docs/admin-manual/config/fe-config.md
b/docs/en/docs/admin-manual/config/fe-config.md
index f40fce369b..ae97b20849 100644
--- a/docs/en/docs/admin-manual/config/fe-config.md
+++ b/docs/en/docs/admin-manual/config/fe-config.md
@@ -2160,8 +2160,7 @@ When create a table(or partition), you can specify its
storage medium(HDD or SSD
#### `enable_storage_policy`
-Whether to enable the Storage Policy feature. This feature allows users to
separate hot and cold data. This feature is still under development.
Recommended for test environments only.
-
+- Whether to enable the Storage Policy feature. This config allows users to
separate hot and cold data.
Default: false
Is it possible to dynamically configure: true
diff --git a/docs/zh-CN/docs/admin-manual/config/fe-config.md
b/docs/zh-CN/docs/admin-manual/config/fe-config.md
index 0bd7409d1e..119e2f34b1 100644
--- a/docs/zh-CN/docs/admin-manual/config/fe-config.md
+++ b/docs/zh-CN/docs/admin-manual/config/fe-config.md
@@ -2164,7 +2164,7 @@ tablet 状态更新间隔
#### `enable_storage_policy`
-是否开启 Storage Policy 功能。该功能用户冷热数据分离功能。该功能仍在开发中,不排除后续后功能修改或重构。仅建议测试环境使用。
+是否开启 Storage Policy 功能。该功能用户冷热数据分离功能。
默认值:false。即不开启
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]