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 2020/11/19 10:35:16 UTC

[GitHub] [incubator-doris] wangbo commented on issue #4928: [Proposal] Cost base optimize for conditions

wangbo commented on issue #4928:
URL: https://github.com/apache/incubator-doris/issues/4928#issuecomment-730282616


   It looks more like based on ```Operation Type``` and ```Data Type``` .
   Where is ```Based on cost``` reflected?
   I wonder whether we need to collect column's statistics info,such as columns's cardinality.
   Eg, even ```key_varchar in ```  is more expensive than EQ, but ```key_varchar``` has higher selectivity ,so we can put ```key_varchar``` ahead


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org