Settings | ClickHouse Documentation
clickhouse.com › docs › enSettings distributed_product_mode Changes the behaviour of distributed subqueries. ClickHouse applies this setting when the query contains the product of distributed tables, i.e. when the query for a distributed table contains a non-GLOBAL subquery for the distributed table. Restrictions: Only applied for IN and JOIN subqueries.
Server Settings | ClickHouse Documentation
clickhouse.com › settingsContains settings that allow ClickHouse to interact with a ZooKeeper cluster. ClickHouse uses ZooKeeper for storing metadata of replicas when using replicated tables. If replicated tables are not used, this section of parameters can be omitted. This section contains the following parameters: node — ZooKeeper endpoint. You can set multiple endpoints.
MergeTree tables settings | ClickHouse Documentation
clickhouse.com › docs › enSets the interval in seconds for ClickHouse to execute the cleanup of old temporary directories. Possible values: Any positive integer. Default value: 60 seconds. merge_tree_clear_old_parts_interval_seconds Sets the interval in seconds for ClickHouse to execute the cleanup of old parts, WALs, and mutations. Possible values: Any positive integer.
ClickHouse Cluster Settings | Altinity Documentation
docs.altinity.com › clickhouseonkubernetesSettings and configurations for clusters and nodes. ClickHouse clusters that are configured on Kubernetes have several options based on the Kubernetes Custom Resources settings. Your cluster may have particular requirements to best fit your organizations needs. For an example of a configuration file using each of these settings, see the 99-clickhouseinstllation-max.yaml file as a template.