Jackie-Jiang opened a new issue, #9839: URL: https://github.com/apache/pinot/issues/9839
Related issues: #9402, #8837 There are some improvements we want to do for AND filter operator: - Avoid scanning the docs from the low selectivity filter when applying AND - Skip using indexes when the selected docs are already very few. Using scan instead - When applying bitmap to a scanned operator, push down the limit to avoid full scan (or evaluate lazily) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
