mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
31 lines
1.1 KiB
XML
31 lines
1.1 KiB
XML
<clickhouse>
|
|
<storage_configuration>
|
|
<disks>
|
|
<azure>
|
|
<type>object_storage</type>
|
|
<object_storage_type>azure</object_storage_type>
|
|
<skip_access_check>false</skip_access_check>
|
|
<max_single_part_upload_size>33554432</max_single_part_upload_size>
|
|
<container_name>openbucketforpublicci</container_name>
|
|
<connection_string from_env="AZURE_CONNECTION_STRING"/>
|
|
</azure>
|
|
<cached_azure>
|
|
<type>cache</type>
|
|
<disk>azure</disk>
|
|
<path>azure_cache/</path>
|
|
<max_size>100000000000</max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
</cached_azure>
|
|
</disks>
|
|
<policies>
|
|
<azure_cache>
|
|
<volumes>
|
|
<main>
|
|
<disk>cached_azure</disk>
|
|
</main>
|
|
</volumes>
|
|
</azure_cache>
|
|
</policies>
|
|
</storage_configuration>
|
|
</clickhouse>
|