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/12/04 07:27:15 UTC

[GitHub] [incubator-doris] yangzhg opened a new issue #5024: Push down predicate on value column of unique table to base rowset

yangzhg opened a new issue #5024:
URL: https://github.com/apache/incubator-doris/issues/5024


   When reading the base rowset of the unique table, the predicate on the value column can be pushed down to the storage engine for filtering. 
   Normally, the base rowset is the largest rowset in the entire table, so it can speed up the query.
   
   


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


[GitHub] [incubator-doris] morningman closed issue #5024: Push down predicate on value column of unique table to base rowset

Posted by GitBox <gi...@apache.org>.
morningman closed issue #5024:
URL: https://github.com/apache/incubator-doris/issues/5024


   


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


[GitHub] [incubator-doris] yangzhg commented on issue #5024: Push down predicate on value column of unique table to base rowset

Posted by GitBox <gi...@apache.org>.
yangzhg commented on issue #5024:
URL: https://github.com/apache/incubator-doris/issues/5024#issuecomment-738620457


   this optimize only use on unique table instead of agg table with replace columns


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


[GitHub] [incubator-doris] chaoyli commented on issue #5024: Push down predicate on value column of unique table to base rowset

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #5024:
URL: https://github.com/apache/incubator-doris/issues/5024#issuecomment-738618579


   You can see the #3288, it will has bug to push predicate to value of replace column


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


[GitHub] [incubator-doris] chaoyli commented on issue #5024: Push down predicate on value column of unique table to base rowset

Posted by GitBox <gi...@apache.org>.
chaoyli commented on issue #5024:
URL: https://github.com/apache/incubator-doris/issues/5024#issuecomment-738622023


   OK


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