richardstartin opened a new issue #7600: URL: https://github.com/apache/pinot/issues/7600
`AndDocIdSet` evaluates sorted indexes, then bitmap indexes, and then scans, on the basis that these operators have increasing cost, but after any one of these stages it may be faster to skip indexes and go straight to scanning. This can be determined by checking the cardinality of the matching documents bitmap before using an index. -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org