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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
386 B
XML
Raw Normal View History

2023-08-08 12:08:28 +00:00
<clickhouse>
<storage_configuration>
<disks>
<hdd_blob>
<type>local_blob_storage</type>
<path>/</path>
</hdd_blob>
</disks>
</storage_configuration>
<filesystem_cache_log>
<database>system</database>
<table>filesystem_cache_log</table>
</filesystem_cache_log>
2023-08-08 12:08:28 +00:00
</clickhouse>