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/11/09 19:00:13 UTC

[GitHub] [pinot] klsince commented on issue #9770: Sorted index on a non-dictionary-encoded column results in full segment scan

klsince commented on issue #9770:
URL: https://github.com/apache/pinot/issues/9770#issuecomment-1309223054

   Thanks for the report. The planning logic for the IN clause in the query would hit this [if-check](https://github.com/apache/pinot/blob/master/pinot-core/src/main/java/org/apache/pinot/core/operator/filter/FilterOperatorUtils.java#L77) to use sorted index for column only when it's sorted AND dictionary encoded. 
   
   We may consider to enforce dictionary encoding for column set in `sortedColumn` to make it more intuitive here.


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