Is your feature request related to a problem? Please describe.
I'm always frustrated when I realize we collect all relevant EC parts on intermediary node, concatenate them together and only after that we send the reply to user. This adds delay and processing overhead.
Describe the solution you'd like
Stream each part as it goes. If everything is available that's a clear win.
Is your feature request related to a problem? Please describe.
I'm always frustrated when I realize we collect all relevant EC parts on intermediary node, concatenate them together and only after that we send the reply to user. This adds delay and processing overhead.
Describe the solution you'd like
Stream each part as it goes. If everything is available that's a clear win.