These settings are available in system.settings and are autogenerated from source.
azure_allow_parallel_part_upload
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.4 | true | Use multiple threads for azure multipart upload. |
Use multiple threads for azure multipart upload.
azure_check_objects_after_upload
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.11 | 0 | Check each uploaded object in azure blob storage to be sure that upload was successful |
| 24.10 | 0 | Check each uploaded object in azure blob storage to be sure that upload was successful |
Check each uploaded object in azure blob storage to be sure that upload was successful
azure_connect_timeout_ms
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 1000 | New setting |
Connection timeout for host from azure disks.
azure_create_new_file_on_insert
Enables or disables creating a new file on each insert in azure engine tables
azure_ignore_file_doesnt_exist
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.6 | 0 | Allow to return 0 rows when the requested files don't exist instead of throwing an exception in AzureBlobStorage table engine |
Ignore absence of file if it does not exist when reading certain keys.
Possible values:
- 1 —
SELECTreturns empty result. - 0 —
SELECTthrows an exception.
azure_list_object_keys_size
Maximum number of files that could be returned in batch by ListObject request
azure_min_upload_part_size
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 16777216 | The minimum size of part to upload during multipart upload to Azure blob storage. |
The minimum size of part to upload during multipart upload to Azure blob storage.
azure_request_timeout_ms
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 30000 | New setting |
Idleness timeout for sending and receiving data to/from azure. Fail if a single TCP read or write call blocks for this long.
azure_skip_empty_files
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.6 | 0 | Allow to skip empty files in azure table engine |
Enables or disables skipping empty files in S3 engine.
Possible values:
- 0 —
SELECTthrows an exception if empty file is not compatible with requested format. - 1 —
SELECTreturns empty result for empty file.
azure_strict_upload_part_size
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.3 | 0 | The exact size of part to upload during multipart upload to Azure blob storage. |
The exact size of part to upload during multipart upload to Azure blob storage.
azure_throw_on_zero_files_match
Version history
| Version | Default value | Comment |
|---|---|---|
| 24.6 | 0 | Allow to throw an error when ListObjects request cannot match any files in AzureBlobStorage engine instead of empty query result |
Throw an error if matched zero files according to glob expansion rules.
Possible values:
- 1 —
SELECTthrows an exception. - 0 —
SELECTreturns empty result.
azure_truncate_on_insert
Enables or disables truncate before insert in azure engine tables.
azure_use_adaptive_timeouts
Version history
| Version | Default value | Comment |
|---|---|---|
| 25.8 | 1 | New setting |
When set to true than for all azure requests first two attempts are made with low send and receive timeouts.
When set to false than all attempts are made with identical timeouts.