Skip to content

Commit cac6847

Browse files
Delete a setting change
1 parent ec6bf0d commit cac6847

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Core/SettingsChangesHistory.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ static std::initializer_list<std::pair<ClickHouseVersion, SettingsChangesHistory
8989
{"join_to_sort_minimum_perkey_rows", 0, 40, "The lower limit of per-key average rows in the right table to determine whether to rerange the right table by key in left or inner join. This setting ensures that the optimization is not applied for sparse table keys"},
9090
{"join_to_sort_maximum_table_rows", 0, 10000, "The maximum number of rows in the right table to determine whether to rerange the right table by key in left or inner join"},
9191
{"allow_experimental_join_right_table_sorting", false, false, "If it is set to true, and the conditions of `join_to_sort_minimum_perkey_rows` and `join_to_sort_maximum_table_rows` are met, rerange the right table by key to improve the performance in left or inner hash join"},
92-
{"mongodb_throw_on_unsupported_query", false, true, "New setting."},
9392
}
9493
},
9594
{"24.8",

0 commit comments

Comments
 (0)