alamb commented on issue #18538:
URL: https://github.com/apache/datafusion/issues/18538#issuecomment-3506313567

   Another important property of the current channel implementation is that it 
has back pressure on the producers (e.g. scans) if the consumers aren't 
consuming at a fast enough rate
   
   So specifically if one consumer is consuming all its data very fast but 
others are not, it is important not to drive the producers unless it is 
strictly required to make progress.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to