WingsGo opened a new issue #4309: URL: https://github.com/apache/incubator-doris/issues/4309
**Is your feature request related to a problem? Please describe.** Currently, dynamic partition only create partition between [now, end]and delete partition between [-∞, start), in some scenario, user may want to automatic create old partition between[start, now]. **Describe the solution you'd like** Support create old partition between[start, now] when create a dynamic partition table, In the same time, in order to avoid create too many partition, for example, start value is -10000000, use a admin config to limit the partition num to create between [start, now]. ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org