chovy-3012 opened a new issue #7528: URL: https://github.com/apache/incubator-doris/issues/7528
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description **Background** There are two types of disks in our cluster : `SSD` and `HDD`, which are used to store hot data and cold data. We want the data to be stored on `SSD` at the bennning , and automatically move to `HDD` after serveral days . now , this is how we do:  1. add `default_storage_medium=ssd` in `fe.conf` 2. modify `cooldown_time` property of the partition , or add `cooldown_time` property in adding partition expression. expected: But , we want data to be automatically move to `HDD` without changing/adding any `SQL` . Could `doris` supporting a `default_ssd_cooldown_time` property in `fe.conf`, which can specify the default time moving to `hdd` from `ssd` like this:  ### Solution _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org