use_query_cache
If turned on,SELECT queries may utilize the query cache. Parameters enable_reads_from_query_cache
and enable_writes_to_query_cache control in more detail how the cache is used.
Possible values:
- 0 - Disabled
- 1 - Enabled
use_query_condition_cache
Enable the query condition cache. The cache stores ranges of granules in data parts which do not satisfy the condition in theWHERE clause,
and reuse this information as an ephemeral index for subsequent queries.
Possible values:
- 0 - Disabled
- 1 - Enabled