You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2021/12/29 07:05:35 UTC

[GitHub] [incubator-doris] chovy-3012 opened a new issue #7528: [Proposal] Default cooldown time for storage medium

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:
   ![image](https://user-images.githubusercontent.com/6967684/147635449-8f7402fb-30e4-4aa3-b050-6bd1d99a2849.png)
   
   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:
   
   ![image](https://user-images.githubusercontent.com/6967684/147635786-a552622b-f4bf-4541-8b33-a6875d0a69fb.png)
   
   
   
   ### 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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org