zuston commented on PR #435:
URL: 
https://github.com/apache/incubator-uniffle/pull/435#issuecomment-1357155630

   >  I just want to make the large partition write faster, so I hope to 
support concurrent disk writing for a partition.
   
   I think this feature you mentioned is also meaningful, I also have similar 
thought.
   
   Concurrent writing could be supported later. In current PR, I introduce the 
chainableLocalStorage which is a view of multiple local storages. If you want 
to support concurrent writing, you could implement a pooledLocalStorage which 
could be as a view to control the concurrency of writing like 
https://github.com/apache/incubator-uniffle/pull/396.
   
   


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