remove settings

This commit is contained in:
Anton Popov 2023-12-15 18:26:23 +00:00
parent a226c75717
commit 97ba04e4c7

View File

@ -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) \