You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2020/10/10 17:33:33 UTC

[GitHub] [iceberg] danielcweeks commented on pull request #1573: Add AWS subproject and initial S3FileIO implementation

danielcweeks commented on pull request #1573:
URL: https://github.com/apache/iceberg/pull/1573#issuecomment-706584864


   @kbendick For the multipart upload/transfer manager, I do think we should toward something like that, but I'm trying to keep this initial implementation somewhat simple so it doesn't become a huge commit.
   
   We actually used to use the transfer manager, but the last time I looked, it required writing out the full file and then initiate the upload.  What we ended up doing was building a progressive upload so that it would split up the stream and upload in parts as the stream was being written to.  
   
   I think some of these optimization should be done as follow up.


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org