siddharthteotia commented on issue #9137: URL: https://github.com/apache/pinot/issues/9137#issuecomment-1206014597
So currently, the broker reduce does not start until all responses (DataTable) have been received from all servers. This will require some sort of pipelined reduce and break in between as soon as termination condition is met. IIUC, this may lead to holes in results especially for select with ORDER BY. In theory, there can be holes in today's execution as well but this may just increase them ? -- 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