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/07/21 19:12:27 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #9082: Support multi-valued dimensions in the StarTree index

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

   Good suggestion!
   Here are some extra points we need to consider:
   1. In order to split on MV dimension, we need to flatten the record into multiple records, each with one element of the MV entry. This can lead to much higher storage cost
   2. If there are multiple MV dimensions to be split, we need to store all the element combination for the record
   3. When there is no filter on the MV dimension, we must use the star-node to answer the query. Star-node creation is also different for the MV dimension because we cannot simply aggregate all the records under all non-star-node


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