mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
210 lines
7.9 KiB
XML
210 lines
7.9 KiB
XML
<clickhouse>
|
|
<storage_configuration>
|
|
<disks>
|
|
<!-- s3 disks -->
|
|
<s3_disk>
|
|
<type>s3</type>
|
|
<path>s3_disk/</path>
|
|
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
|
|
<access_key_id>clickhouse</access_key_id>
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
</s3_disk>
|
|
<s3_disk_2>
|
|
<type>s3</type>
|
|
<path>s3_disk_2/</path>
|
|
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
|
|
<access_key_id>clickhouse</access_key_id>
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
</s3_disk_2>
|
|
<s3_disk_3>
|
|
<type>s3</type>
|
|
<path>s3_disk_3/</path>
|
|
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
|
|
<access_key_id>clickhouse</access_key_id>
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
</s3_disk_3>
|
|
<s3_disk_4>
|
|
<type>s3</type>
|
|
<path>s3_disk_4/</path>
|
|
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
|
|
<access_key_id>clickhouse</access_key_id>
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
</s3_disk_4>
|
|
<s3_disk_5>
|
|
<type>s3</type>
|
|
<path>s3_disk_5/</path>
|
|
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
|
|
<access_key_id>clickhouse</access_key_id>
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
</s3_disk_5>
|
|
<!-- cache for s3 disks -->
|
|
<s3_cache>
|
|
<type>cache</type>
|
|
<disk>s3_disk</disk>
|
|
<path>s3_disk_cache/</path>
|
|
<max_size>22548578304</max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
</s3_cache>
|
|
<s3_cache_2>
|
|
<type>cache</type>
|
|
<disk>s3_disk_2</disk>
|
|
<path>s3_cache_2/</path>
|
|
<max_size>22548578304</max_size>
|
|
</s3_cache_2>
|
|
<s3_cache_3>
|
|
<type>cache</type>
|
|
<disk>s3_disk_3</disk>
|
|
<path>s3_disk_3_cache/</path>
|
|
<max_size>22548578304</max_size>
|
|
<data_cache_max_size>22548578304</data_cache_max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
<enable_cache_hits_threshold>1</enable_cache_hits_threshold>
|
|
</s3_cache_3>
|
|
<s3_cache_4>
|
|
<type>cache</type>
|
|
<disk>s3_disk_4</disk>
|
|
<path>s3_cache_4/</path>
|
|
<max_size>22548578304</max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
<enable_filesystem_query_cache_limit>1</enable_filesystem_query_cache_limit>
|
|
</s3_cache_4>
|
|
<s3_cache_5>
|
|
<type>cache</type>
|
|
<disk>s3_disk_5</disk>
|
|
<path>s3_cache_5/</path>
|
|
<max_size>22548578304</max_size>
|
|
</s3_cache_5>
|
|
<azure>
|
|
<type>azure_blob_storage</type>
|
|
<storage_account_url>http://localhost:10000/devstoreaccount1</storage_account_url>
|
|
<container_name>cont</container_name>
|
|
<skip_access_check>false</skip_access_check>
|
|
<!-- default credentials for Azurite storage account -->
|
|
<account_name>devstoreaccount1</account_name>
|
|
<account_key>Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==</account_key>
|
|
<max_single_part_upload_size>33554432</max_single_part_upload_size>
|
|
</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>
|
|
<!-- local disks -->
|
|
<local_disk>
|
|
<type>local</type>
|
|
<path>local_disk/</path>
|
|
</local_disk>
|
|
<local_disk_2>
|
|
<type>local</type>
|
|
<path>local_disk_2/</path>
|
|
</local_disk_2>
|
|
<local_disk_3>
|
|
<type>local</type>
|
|
<path>local_disk_3/</path>
|
|
</local_disk_3>
|
|
<!-- cache for local disks -->
|
|
<local_cache>
|
|
<type>cache</type>
|
|
<disk>local_disk</disk>
|
|
<path>local_cache/</path>
|
|
<max_size>22548578304</max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
</local_cache>
|
|
<local_cache_2>
|
|
<type>cache</type>
|
|
<disk>local_disk</disk>
|
|
<path>local_cache_2/</path>
|
|
<max_size>22548578304</max_size>
|
|
</local_cache_2>
|
|
<local_cache_3>
|
|
<type>cache</type>
|
|
<disk>local_disk_3</disk>
|
|
<path>local_cache_3/</path>
|
|
<max_size>22548578304</max_size>
|
|
<cache_on_write_operations>1</cache_on_write_operations>
|
|
<enable_cache_hits_threshold>1</enable_cache_hits_threshold>
|
|
</local_cache_3>
|
|
<!-- multi layer cache -->
|
|
<s3_cache_multi>
|
|
<type>cache</type>
|
|
<disk>s3_cache_5</disk>
|
|
<path>s3_cache_multi/</path>
|
|
<max_size>22548578304</max_size>
|
|
</s3_cache_multi>
|
|
<s3_cache_multi_2>
|
|
<type>cache</type>
|
|
<disk>s3_cache_multi</disk>
|
|
<path>s3_cache_multi_2/</path>
|
|
<max_size>22548578304</max_size>
|
|
</s3_cache_multi_2>
|
|
</disks>
|
|
<policies>
|
|
<s3_cache>
|
|
<volumes>
|
|
<main>
|
|
<disk>s3_cache</disk>
|
|
</main>
|
|
</volumes>
|
|
</s3_cache>
|
|
<s3_cache_2>
|
|
<volumes>
|
|
<main>
|
|
<disk>s3_cache_2</disk>
|
|
</main>
|
|
</volumes>
|
|
</s3_cache_2>
|
|
<s3_cache_3>
|
|
<volumes>
|
|
<main>
|
|
<disk>s3_cache_3</disk>
|
|
</main>
|
|
</volumes>
|
|
</s3_cache_3>
|
|
<s3_cache_4>
|
|
<volumes>
|
|
<main>
|
|
<disk>s3_cache_4</disk>
|
|
</main>
|
|
</volumes>
|
|
</s3_cache_4>
|
|
<s3_cache_multi>
|
|
<volumes>
|
|
<main>
|
|
<disk>s3_cache_multi_2</disk>
|
|
</main>
|
|
</volumes>
|
|
</s3_cache_multi>
|
|
<local_cache>
|
|
<volumes>
|
|
<main>
|
|
<disk>local_cache</disk>
|
|
</main>
|
|
</volumes>
|
|
</local_cache>
|
|
<local_cache_2>
|
|
<volumes>
|
|
<main>
|
|
<disk>local_cache_2</disk>
|
|
</main>
|
|
</volumes>
|
|
</local_cache_2>
|
|
<local_cache_3>
|
|
<volumes>
|
|
<main>
|
|
<disk>local_cache_3</disk>
|
|
</main>
|
|
</volumes>
|
|
</local_cache_3>
|
|
<azure_cache>
|
|
<volumes>
|
|
<main>
|
|
<disk>cached_azure</disk>
|
|
</main>
|
|
</volumes>
|
|
</azure_cache>
|
|
</policies>
|
|
</storage_configuration>
|
|
</clickhouse>
|