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/22 03:34:06 UTC

[GitHub] [incubator-doris] EmmyMiao87 commented on issue #7433: [Enhancement] Improve partition prune.

EmmyMiao87 commented on issue #7433:
URL: https://github.com/apache/incubator-doris/issues/7433#issuecomment-999259695


   1. 支持对 where 条件中带多个 range 的 分区列进行裁剪。比如 where  a=1 or a=2 则也可以进行分区裁剪。
   2. 支持 list 分区的多分区列的更精细化的分区裁剪。比如 list partition (k1, k2) 则支持对 where k1=1 and k2=1


-- 
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