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

   Propose to add a query option to skip all indexes when to run a query. If 
turning this option on, the query just scans over the fwd index to evaluate the 
filters, w/o using any indexes. This can help narrow down the scope when debug 
queries that might be affected by issues in indexes. Similar with the query 
option `useStarTree`.
   
   Either we just add a big hammer query option that simply skip all kinds of 
indexes like `skipIndexes=true`; or add a query option like 
`skipIndexes=<column>.<index_type>[,<column>.<index_type>]` to have finer 
grained control.


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