mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: set optimize_move_to_prewhere to on by default [#METR-13020]
This commit is contained in:
parent
8ddc49125c
commit
9b5ff37c09
@ -72,7 +72,7 @@ struct Settings
|
||||
M(SettingMilliseconds, distributed_directory_monitor_sleep_time_ms, DBMS_DISTRIBUTED_DIRECTORY_MONITOR_SLEEP_TIME_MS) \
|
||||
\
|
||||
/** Allows disabling WHERE to PREWHERE optimization in SELECT queries from MergeTree */ \
|
||||
M(SettingBool, optimize_move_to_prewhere, false) \
|
||||
M(SettingBool, optimize_move_to_prewhere, true) \
|
||||
\
|
||||
/** Ожидать выполнения действий по манипуляции с партициями. 0 - не ждать, 1 - ждать выполнения только у себя, 2 - ждать всех. */ \
|
||||
M(SettingUInt64, replication_alter_partitions_sync, 1) \
|
||||
|
Loading…
Reference in New Issue
Block a user