uncompressed_cache_policy
Uncompressed cache policy name.uncompressed_cache_size
Maximum size (in bytes) for uncompressed data used by table engines from the MergeTree family. There is one shared cache for the server. Memory is allocated on demand. The cache is used if the optionuse_uncompressed_cache is enabled.
The uncompressed cache is advantageous for very short queries in individual cases.
A value of
0 means disabled.This setting can be modified at runtime and will take effect immediately.