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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
