提交 34a9af27 编写于 作者: A Alexey Milovidov

Inreased default ALTERs safety threshold [#METR-2944].

上级 3cb59b92
......@@ -60,9 +60,9 @@ struct MergeTreeSettings
size_t max_suspicious_broken_parts = 10;
/// Not apply ALTER if number of files for modification(deletion, addition) more than this.
size_t max_files_to_modify_in_alter_columns = 50;
size_t max_files_to_modify_in_alter_columns = 75;
/// Not apply ALTER, if number of files for deletion more than this.
size_t max_files_to_remove_in_alter_columns = 10;
size_t max_files_to_remove_in_alter_columns = 50;
/// Maximum number of errors during parts loading, while ReplicatedMergeTree still allowed to start.
size_t replicated_max_unexpected_parts = 3;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册