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

   We may put the following limitations so that the star-tree does not explode:
   - Limit the total nodes in the star-tree, and abort the star-tree creation 
when the total node is reached (this can apply to current star-tree as well)
   - Allow up to one MV column in the split list. We want this constraint 
because if we put multiple MV columns in the split list, we have to compute all 
possible permutations. But this constraint also means we can only solve the 
queries the filter on a single MV column
   - We can use star-tree to solve the query when there is only one node hit 
for the MV column


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