ClickHouse/tests/config/users.d/s3_cache.xml
2023-10-18 11:31:10 +02:00

10 lines
351 B
XML

<clickhouse>
<profiles>
<default>
<enable_filesystem_cache_on_write_operations>1</enable_filesystem_cache_on_write_operations>
<enable_filesystem_cache>1</enable_filesystem_cache>
<filesystem_cache_getorset_batch_size>10</filesystem_cache_getorset_batch_size>
</default>
</profiles>
</clickhouse>