Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

azure_upload_* session settings

These settings are available in system.settings and are autogenerated from source.

azure_upload_part_size_multiply_factor

Type
UInt64
Default
2
Version history
VersionDefault valueComment
24.32Multiply 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
VersionDefault valueComment
24.3500Each 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.

Navigation