yuyang733 opened a new issue, #391: URL: https://github.com/apache/incubator-uniffle/issues/391
### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) ### Search before asking - [X] I have searched in the [issues](https://github.com/apache/incubator-uniffle/issues?q=is%3Aissue) and found no similar issues. ### Describe the feature Cloud object storage and its corresponding accelerated cache are widely used in storage-computing separation architecture. But many of them may not implement the append-mode or the write amplification of the append-mode will be tricky. Is it possible to consider supporting the way of independently storing each block as a data file at the same time? ### Motivation Cloud object storage and its corresponding accelerated cache are widely used in storage-computing separation architecture. But many of them may not implement the append-mode or the write amplification of the append-mode will be tricky. ### Describe the solution The initially envisaged solution is to implement a non-append storage type, such as `COSShuffleWriteHandler`/ `COSShuffleDeleteHandler`, which writes all ShuffleBlocks as a DataFile instead of appending blocks in a dataFile. ### Additional context _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! -- 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]
