gortiz commented on issue #9292:
URL: https://github.com/apache/pinot/issues/9292#issuecomment-1231168693

   Also, right now brokers temporally store the data from servers in a hash 
map, which implies to hash is twice (once when it is being read from the server 
and another one when data from different servers is combined). By knowing that 
the data is sorted, brokers could simply store it in a list. The same happens 
when servers combine results from different segments.


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