pradeepgv42 opened a new issue #6093: URL: https://github.com/apache/incubator-pinot/issues/6093
Currently all filters needed to be part of star-tree to be able to utiliize the index for hybrid tables timestamp column gets auto added as afilter so that causes the star-tree index to be not used if timestamp column is not part of the index already. So, potential optimization here is to utilize star-tree index if the filters that are not part of star-tree match all the rows in a segment. ---------------------------------------------------------------- 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. 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