richardstartin commented on issue #8607:
URL: https://github.com/apache/pinot/issues/8607#issuecomment-1115856106

   > One approach could be:
   > 
   > * Send query to all segments and all servers
   > * On the broker, pick the response with deepest tree and avoid merging 
across segments
   > 
   > I think this is fairly simple
   > 
   > While the above will address the general accuracy issues pointed out above 
associated with picking a random segment on a random server, there is still 
going to be some inaccuracy in the case where a server physical operator tree 
is indeed different for a segment. This can be done as another follow-up
   
   I think it's misleading to choose just one child, it's not a degenerate case 
for the to be a mix, where some segments can be skipped over based on metadata 
and others need to perform some real work. This can also happen if there has 
been a configuration change and the segments are in a mixed state.


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