Skip to main content
These settings configure the ClickHouse server and are autogenerated from ClickHouse source.

temporary_data_in_cache

With this option, temporary data will be stored in the cache for the particular disk. In this section, you should specify the disk name with the type cache. In that case, the cache and temporary data will share the same space, and the disk cache can be evicted to create temporary data.
Only one option can be used to configure temporary data storage: tmp_path ,tmp_policy, temporary_data_in_cache.
Example Both the cache for local_disk, and temporary data will be stored in /tiny_local_cache on the filesystem, managed by tiny_local_cache.

temporary_data_in_distributed_cache

Store temporary data in the distributed cache.
Last modified on July 27, 2026