egalpin opened a new issue, #12355:
URL: https://github.com/apache/pinot/issues/12355

   In some cases it may be beneficial to skip the usage of an index despite its 
existence, such as utilizing many inverted indices over many columns, and 
combining the resulting bitmaps.  It may be faster to use only the more highly 
selective index (if that can be known at query time) and instead scan those 
resulting documents to fulfill another filter (as opposed to fulfill that other 
filter via another index and combining the bitmaps). 
   
   Something like `SET indexSkipList='col1:inverted,range;col2:inverted';` 
(especially if also combined with `SET AndScanReordering = 'True';`)


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

Reply via email to