2022-02-01 07:20:06 +00:00
|
|
|
<clickhouse>
|
|
|
|
<storage_configuration>
|
|
|
|
<disks>
|
|
|
|
<s3>
|
|
|
|
<type>s3</type>
|
|
|
|
<endpoint>http://localhost:11111/test/test/</endpoint>
|
|
|
|
<access_key_id>clickhouse</access_key_id>
|
|
|
|
<secret_access_key>clickhouse</secret_access_key>
|
|
|
|
</s3>
|
2023-04-05 12:33:34 +00:00
|
|
|
<cached_s3>
|
|
|
|
<type>cache</type>
|
|
|
|
<max_size>1Gi</max_size>
|
2023-08-12 14:51:16 +00:00
|
|
|
<path>cached_s3/</path>
|
2023-04-05 12:33:34 +00:00
|
|
|
<disk>s3</disk>
|
|
|
|
</cached_s3>
|
2022-02-01 07:20:06 +00:00
|
|
|
</disks>
|
|
|
|
<policies>
|
|
|
|
<s3>
|
|
|
|
<volumes>
|
2023-04-05 12:33:34 +00:00
|
|
|
<main><disk>cached_s3</disk></main>
|
2022-02-01 07:20:06 +00:00
|
|
|
</volumes>
|
|
|
|
</s3>
|
|
|
|
</policies>
|
|
|
|
</storage_configuration>
|
|
|
|
<merge_tree>
|
|
|
|
<storage_policy>s3</storage_policy>
|
|
|
|
</merge_tree>
|
2023-04-05 13:04:53 +00:00
|
|
|
<temporary_data_in_cache>cached_s3</temporary_data_in_cache>
|
2022-02-01 07:20:06 +00:00
|
|
|
</clickhouse>
|