himanshug commented on issue #4865: Unable to query large data set with 
`scan-query` via `broker`
URL: 
https://github.com/apache/incubator-druid/issues/4865#issuecomment-409629510
 
 
   > @himanshug But what happens if the results from historicals show up faster 
than they can be written to the client… where are they buffered?
   
   @gianm I think, In that case they would be buffered at broker using the same 
code that other PRs are doing. the short circuit path would be more to avoid 
everything else related to merging. but, maybe noop merging is not much 
overhead for scan queries and in that case we wouldn't need it.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to