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 2020/10/01 20:01:21 UTC

[GitHub] [incubator-pinot] pradeepgv42 opened a new issue #6093: Use star-tree index when filteres not part of index match all rows of a segment

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] Jackie-Jiang closed issue #6093: Use star-tree index when filteres not part of index match all rows of a segment

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #6093:
URL: https://github.com/apache/incubator-pinot/issues/6093


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6093: Use star-tree index when filteres not part of index match all rows of a segment

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #6093:
URL: https://github.com/apache/incubator-pinot/issues/6093#issuecomment-703984609


   Enhance star-tree to skip matching-all predicate on non-star-tree dimension: #6109 


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #6093: Use star-tree index when filteres not part of index match all rows of a segment

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #6093:
URL: https://github.com/apache/incubator-pinot/issues/6093#issuecomment-702381262


   This is a little bit tricky because the filter is shared among all segments. Will try to figure out a work around


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] Jackie-Jiang closed issue #6093: Use star-tree index when filteres not part of index match all rows of a segment

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang closed issue #6093:
URL: https://github.com/apache/incubator-pinot/issues/6093


   


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org