Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

azure_max_* session settings

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

azure_max_blocks_in_multipart_upload

Type
NonZeroUInt64
Default
50000
Version history
VersionDefault valueComment
24.550000Maximum number of blocks in multipart upload for Azure.

Maximum number of blocks in multipart upload for Azure.

azure_max_get_burst

Type
UInt64
Default
0
Version history
VersionDefault valueComment
25.80New setting

Max number of requests that can be issued simultaneously before hitting request per second limit. By default (0) equals to azure_max_get_rps

azure_max_get_rps

Type
UInt64
Default
0
Version history
VersionDefault valueComment
25.80New setting

Limit on Azure GET request per second rate before throttling. Zero means unlimited.

azure_max_inflight_parts_for_one_file

Type
UInt64
Default
20
Version history
VersionDefault valueComment
24.320The maximum number of a concurrent loaded parts in multipart upload request. 0 means unlimited.

The maximum number of a concurrent loaded parts in multipart upload request. 0 means unlimited.

azure_max_put_burst

Type
UInt64
Default
0
Version history
VersionDefault valueComment
25.80New setting

Max number of requests that can be issued simultaneously before hitting request per second limit. By default (0) equals to azure_max_put_rps

azure_max_put_rps

Type
UInt64
Default
0
Version history
VersionDefault valueComment
25.80New setting

Limit on Azure PUT request per second rate before throttling. Zero means unlimited.

azure_max_redirects

Type
UInt64
Default
10
Version history
VersionDefault valueComment
25.810New setting

Max number of azure redirects hops allowed.

azure_max_single_part_copy_size

Type
UInt64
Default
268435456
Version history
VersionDefault valueComment
24.2268435456The maximum size of object to copy using single part copy to Azure blob storage.

The maximum size of object to copy using single part copy to Azure blob storage.

azure_max_single_part_upload_size

Type
UInt64
Default
33554432
Version history
VersionDefault valueComment
25.833554432Align with S3

The maximum size of object to upload using singlepart upload to Azure blob storage.

azure_max_single_read_retries

Type
UInt64
Default
4

The maximum number of retries during single Azure blob storage read.

azure_max_unexpected_write_error_retries

Type
UInt64
Default
4
Version history
VersionDefault valueComment
24.14The maximum number of retries in case of unexpected errors during Azure blob storage write

The maximum number of retries in case of unexpected errors during Azure blob storage write

azure_max_upload_part_size

Type
UInt64
Default
5368709120
Version history
VersionDefault valueComment
24.35368709120The maximum size of part to upload during multipart upload to Azure blob storage.

The maximum size of part to upload during multipart upload to Azure blob storage.

Navigation