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/11/25 12:36:44 UTC

[GitHub] [incubator-doris] renzhimin7 commented on pull request #7225: [optimize]Partition column and bucket column should not have duplicates

renzhimin7 commented on pull request #7225:
URL: https://github.com/apache/incubator-doris/pull/7225#issuecomment-979177257


   When querying, cut the partition first. After determining the partition, cut the bucket. When the column is both a bucket column and a partition column, if you use the in operation, you will select more buckets during bucket cutting. Moreover, each zone column is of little significance as a bucket column, so it is limited when creating a table.


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