Jackie-Jiang commented on issue #13833:
URL: https://github.com/apache/pinot/issues/13833#issuecomment-2327562832

   Can you share the star-tree index config? There should be no scan if the 
dimension is properly split. The split dimension is sorted, thus binary search 
is applied instead of scanning.
   I noticed that the query is doing `DISTINCT_COUNT` and `PERCENTILE`, which 
are not supported as star-tree aggregate because the size is unbounded


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

Reply via email to