You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/09/09 11:33:15 UTC

[GitHub] [pinot] richardstartin commented on pull request #9336: Enhance `and` filter predicate evaluation efficiency

richardstartin commented on PR #9336:
URL: https://github.com/apache/pinot/pull/9336#issuecomment-1241863187

   Please take a look at `BufferFastAggregation.and` which eliminates most work in an intersection by exploiting the bitmaps' tree structure to eliminate work and should produce a very sparse bitmap except in degenerate cases. 


-- 
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@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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