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 05:24:59 UTC

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

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

   @jasperjiaguo you might want to capture a Flamegraph as well (attach yourkit to local IDE)...
   
   @Jackie-Jiang  - we plan to do a couple of optimizations including this one in multiple PRs. For example:
   
   - making decision using the  cardinality (higher first) and reordering the tree potentially (but could be less useful than this since this is accurate)
   
   -  skipping inverted index based evaluation for very low cardinality. We have a Flamegraph for this that shows the clear overhead. 
   
   @jasperjiaguo - also add the `applyAnd` to this list. 


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