ldboyghg opened a new issue, #21750:
URL: https://github.com/apache/doris/issues/21750

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Description
   
   doris 字符串列表分区如下:
   PARTITION BY list(ym_id) 
   (
   PARTITION `p_201601` VALUES IN ("201601"),
   PARTITION `p_201602` VALUES IN ("201602"),
   PARTITION `p_201603` VALUES IN ("201603"),
   ....
   如果有十年或者二十年的数据,这个就很长了
   
   
   
   
   
   ### Solution
   
   相比之后 ,clickhouse 分区就优雅很多
   partition by ym_id  即可, 并且无须后期维护分区扩展之类
   
   非常希望doris能吸收cilckhouse这语法,希望doris越来越好。
   
   ### 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.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

Reply via email to