ClickHouse/tests/config/config.d/storage_conf.xml

110 lines
3.9 KiB
XML
Raw Normal View History

2022-02-16 13:18:55 +00:00
<clickhouse>
<storage_configuration>
<disks>
2022-04-13 13:11:40 +00:00
<s3_disk>
2022-02-16 13:18:55 +00:00
<type>s3</type>
<path>s3_disk/</path>
2022-02-16 15:22:44 +00:00
<endpoint>http://localhost:11111/test/00170_test/</endpoint>
<access_key_id>clickhouse</access_key_id>
<secret_access_key>clickhouse</secret_access_key>
2022-04-13 13:11:40 +00:00
</s3_disk>
<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>
2022-02-21 19:01:58 +00:00
</s3_cache>
2022-05-17 13:58:16 +00:00
<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>
2022-05-27 23:17:08 +00:00
<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>
2022-04-26 12:23:23 +00:00
<s3_cache_2>
<type>cache</type>
<disk>s3_disk_2</disk>
2022-05-17 13:58:16 +00:00
<path>s3_disk_2_cache/</path>
2022-04-26 12:23:23 +00:00
<max_size>22548578304</max_size>
2022-04-25 16:49:00 +00:00
</s3_cache_2>
2022-05-26 08:36:26 +00:00
<s3_cache_3>
2022-05-27 23:17:08 +00:00
<type>cache</type>
<disk>s3_disk_3</disk>
<path>s3_disk_3_cache/</path>
<max_size>22548578304</max_size>
2022-05-26 08:36:26 +00:00
<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>
<local_disk>
<type>local</type>
<path>local_disk/</path>
</local_disk>
<local_cache>
<type>cache</type>
<disk>local_disk</disk>
2022-05-13 17:22:22 +00:00
<path>local_cache/</path>
<max_size>22548578304</max_size>
<cache_on_write_operations>1</cache_on_write_operations>
</local_cache>
2022-05-27 18:52:30 +00:00
<local_disk_3>
<type>local</type>
<path>local_disk_3/</path>
</local_disk_3>
<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>
2022-02-16 13:18:55 +00:00
</disks>
<policies>
2022-02-21 19:01:58 +00:00
<s3_cache>
2022-02-16 13:18:55 +00:00
<volumes>
<main>
2022-02-21 19:01:58 +00:00
<disk>s3_cache</disk>
2022-02-16 13:18:55 +00:00
</main>
</volumes>
2022-02-21 19:01:58 +00:00
</s3_cache>
2022-05-17 13:58:16 +00:00
<s3_cache_2>
<volumes>
<main>
2022-05-17 13:58:16 +00:00
<disk>s3_cache_2</disk>
</main>
</volumes>
2022-05-17 13:58:16 +00:00
</s3_cache_2>
2022-05-26 08:36:26 +00:00
<s3_cache_3>
<volumes>
<main>
<disk>s3_cache_3</disk>
</main>
</volumes>
</s3_cache_3>
2022-05-17 13:58:16 +00:00
<local_cache>
2022-04-25 16:49:00 +00:00
<volumes>
<main>
2022-05-17 13:58:16 +00:00
<disk>local_cache</disk>
2022-04-25 16:49:00 +00:00
</main>
</volumes>
2022-05-17 13:58:16 +00:00
</local_cache>
2022-05-27 18:52:30 +00:00
<local_cache_3>
<volumes>
<main>
<disk>local_cache_3</disk>
</main>
</volumes>
</local_cache_3>
2022-02-16 13:18:55 +00:00
</policies>
</storage_configuration>
</clickhouse>