qidaye commented on a change in pull request #5877:
URL: https://github.com/apache/incubator-doris/pull/5877#discussion_r638427472



##########
File path: docs/en/administrator-guide/dynamic-partition.md
##########
@@ -131,6 +131,12 @@ The rules of dynamic partition are prefixed with 
`dynamic_partition.`:
 
     When the `start` attribute is not specified, this parameter has no effect.
 
+* `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`. Assuming that the partition is divided by 
day and the parameter is set to 2, then the partitions of the last 2 days, 
`storage_medium` are all SSDs. The `storage_cooldown_time` of yesterday's 
partition is 0 o'clock tomorrow, and the `storage_cooldown_time` of today's 
partition is 0 o'clock the day after tomorrow.

Review comment:
       Would it be better to point out that the latest partition is the 
`current partition` rather than `dynamic_partition.end` partition?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to