Skip to content

Commit

Permalink
[typo](doc) add hot partition caution (apache#15825)
Browse files Browse the repository at this point in the history
  • Loading branch information
gnehil authored Jan 12, 2023
1 parent 791604b commit 640e451
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/en/docs/advanced/partition/dynamic-partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,8 @@ The rules of dynamic partition are prefixed with `dynamic_partition.`:
* `dynamic_partition.hot_partition_num`
Specify how many of the latest partitions are hot partitions. For hot partition, the system will automatically set its `storage_medium` parameter to SSD, and set `storage_cooldown_time`.
**Note: If there is no SSD disk path under the storage path, configuring this parameter will cause dynamic partition creation to fail.**
`hot_partition_num` is all partitions in the previous n days and in the future.
Expand Down
2 changes: 2 additions & 0 deletions docs/zh-CN/docs/advanced/partition/dynamic-partition.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ under the License.
- `dynamic_partition.hot_partition_num`

指定最新的多少个分区为热分区。对于热分区,系统会自动设置其 `storage_medium` 参数为SSD,并且设置 `storage_cooldown_time`

**注意:若存储路径下没有 SSD 磁盘路径,配置该参数会导致动态分区创建失败。**

`hot_partition_num` 是往前 n 天和未来所有分区

Expand Down

0 comments on commit 640e451

Please sign in to comment.