mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
remove settings
This commit is contained in:
parent
a226c75717
commit
97ba04e4c7
@ -654,8 +654,6 @@ class IColumn;
|
||||
M(Bool, allow_aggregate_partitions_independently, false, "Enable independent aggregation of partitions on separate threads when partition key suits group by key. Beneficial when number of partitions close to number of cores and partitions have roughly the same size", 0) \
|
||||
M(Bool, force_aggregate_partitions_independently, false, "Force the use of optimization when it is applicable, but heuristics decided not to use it", 0) \
|
||||
M(UInt64, max_number_of_partitions_for_independent_aggregation, 128, "Maximal number of partitions in table to apply optimization", 0) \
|
||||
M(UInt64, num_rows_to_collect_statistics_for_consecutive_keys_optimization, DEFAULT_BLOCK_SIZE, "", 0) \
|
||||
M(Float, hit_rate_to_use_consecutive_keys_optimization, 0.5, "", 0) \
|
||||
/** Experimental feature for moving data between shards. */ \
|
||||
\
|
||||
M(Bool, allow_experimental_query_deduplication, false, "Experimental data deduplication for SELECT queries based on part UUIDs", 0) \
|
||||
|
Loading…
Reference in New Issue
Block a user