Skip to content

Will there be serious memory improvements for the S3 Upload Manager? #1650

Answered by jasdel
robin865 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for reaching out to us @Rsm10. We plan to investigate performance improvements for both the S3 upload and download managers. We've not made these refactor changes yet. A high level of the current changes to the v2 SDK can be found on the v2 AWS SDK for Go developer blog

Couple areas for improvement:

  • IO Thrashing aws/aws-sdk-go#2662 - Both upload and download manager's have known issues with IO thrashing when reading the file during an upload, and writing the file on download. This issue seems to be more pronounced on Windows platform for some reason.
  • Memory aws/aws-sdk-go#2036, aws/aws-sdk-go#2591 - When uploading a file from an unbounded stream, e.g no seek or length, the upload …

Replies: 8 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by vudh1
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jobstoit
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
guidance Question that needs advice or information. refactor
4 participants
Converted from issue

This discussion was converted from issue #343 on April 01, 2022 17:34.