Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set thresholds for multipart uploading #60

Open
LeonidVas opened this issue Mar 4, 2022 · 2 comments
Open

Set thresholds for multipart uploading #60

LeonidVas opened this issue Mar 4, 2022 · 2 comments

Comments

@LeonidVas
Copy link
Contributor

The default values of multipart_threshold and multipart_chunksize (8 MB) are currently used to upload packages.
Taking into account the typical file size of a package (not more than 10 MB) it looks like there is no point in batching the file into multiple files. I propose to set the threshold to 20 MB. I also propose to set such a threshold for the rws_backup.sh tool.

@Totktonada
Copy link
Member

A suggestion from @Mons:

Set multipart_threshold to 500MB and multipart_chunksize to 100MB. The configuration is described here.

Don't forget to re-upload existing files.

@LeonidVas
Copy link
Contributor Author

Don't forget to re-upload existing files.

Considering that only some older versions of tarantool take more than 8 MB, I don't think it makes sense.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants