xianjingfeng commented on PR #435: URL: https://github.com/apache/incubator-uniffle/pull/435#issuecomment-1357135249
> > * Can we write to each disk evenly ? > > No. Currently storage of one partition only will be switched when disk reaches high watermark. > > > * Can we let the client to decide whether to write to multiple disks? > > Yes, this could support in the future. > > > I think only large partitions need multiple disks. > > No. If the disk space is small and partitions are many, this feature could make full use of local disk instead of fall back to HDFS If we just support switch to another disk when disk reaches high watermark, i think is it unnecessary to let the client to decide whether to write to multiple disks. I just want to make the large partition write faster, so I hope to support concurrent disk writing for a partition. -- 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]
