These settings are available in system.settings and are autogenerated from source.
azure_upload_part_size_multiply_factor
Type
UInt64
Default
2
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 2 | Multiply azure_min_upload_part_size by this factor each time azure_multiply_parts_count_threshold parts were uploaded from a single write to Azure blob storage. |
Multiply azure_min_upload_part_size by this factor each time azure_multiply_parts_count_threshold parts were uploaded from a single write to Azure blob storage.
azure_upload_part_size_multiply_parts_count_threshold
Type
UInt64
Default
500
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 500 | Each time this number of parts was uploaded to Azure blob storage, azure_min_upload_part_size is multiplied by azure_upload_part_size_multiply_factor. |
Each time this number of parts was uploaded to Azure blob storage, azure_min_upload_part_size is multiplied by azure_upload_part_size_multiply_factor.