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 2022/01/11 03:36:04 UTC

[GitHub] [incubator-doris] 924060929 commented on pull request #7645: [Optimize] Support adaptive runtime filter(#7546)

924060929 commented on pull request #7645:
URL: https://github.com/apache/incubator-doris/pull/7645#issuecomment-1009569367


   > Is it possible to construct two bloom filter when open `BLOOM_FILTER` and `IN_OR_BLOOM_FILTER` ?
   
   It could be. Should we remove the second bloom filter in local mode?In current implement,we only ignore filter in local target. When exist remote target, merge node can not ignore other filter because of different filter in a join node send different merge request. The merge bloom filter could happens before merge in filter, so the in filter and bloom filter could be  both applied.


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