Skip to content

Add settings for multipart upload part size in s3#34422

Merged
alesapin merged 3 commits intomasterfrom
add_settings_to_part_size_in_s3
Feb 9, 2022
Merged

Add settings for multipart upload part size in s3#34422
alesapin merged 3 commits intomasterfrom
add_settings_to_part_size_in_s3

Conversation

@alesapin
Copy link
Copy Markdown
Member

@alesapin alesapin commented Feb 8, 2022

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
Add two new settings: s3_upload_part_size_multiply_factor and s3_upload_part_size_multiply_parts_count_threshold. Now each time s3_upload_part_size_multiply_parts_count_threshold uploaded to S3 from a single query s3_min_upload_part_size multiplied by s3_upload_part_size_multiply_factor. Fixes #34244.

@robot-clickhouse robot-clickhouse added the pr-improvement Pull request with some product improvements label Feb 8, 2022
@CurtizJ CurtizJ self-assigned this Feb 9, 2022
@CurtizJ
Copy link
Copy Markdown
Member

CurtizJ commented Feb 9, 2022

The test will require huge amount of data (at least tens of GB), so it's ok merge without it.

@alesapin
Copy link
Copy Markdown
Member Author

alesapin commented Feb 9, 2022

Failures unrelated to changes.

@alesapin alesapin merged commit 437940b into master Feb 9, 2022
@alesapin alesapin deleted the add_settings_to_part_size_in_s3 branch February 9, 2022 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr-improvement Pull request with some product improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

S3 table function can't upload file while aws s3 CLI can

3 participants