Merge pull request #5933 from izebit/update-max_ast_elements-field-description

update default  value of max_ast_elements parameter
This commit is contained in:
alesapin 2019-07-08 20:06:44 +03:00 committed by GitHub
commit ef4f3667ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -157,7 +157,7 @@
## max_ast_elements
Максимальное количество элементов синтаксического дерева запроса. Если превышено - кидается исключение.
Аналогично, проверяется уже после парсинга запроса. По умолчанию: 10 000.
Аналогично, проверяется уже после парсинга запроса. По умолчанию: 50 000.
## max_rows_in_set

View File

@ -7014,7 +7014,7 @@ Maximum nesting depth of a query syntactic tree. If exceeded, an exception is th
===max_ast_elements===
Maximum number of elements in a query syntactic tree. If exceeded, an exception is thrown.
In the same way as the previous setting, it is checked only after parsing the query. By default, 10,000.
In the same way as the previous setting, it is checked only after parsing the query. By default, 50,000.
===max_rows_in_set===

View File

@ -7260,7 +7260,7 @@ any (только для group_by_overflow_mode) - продолжить агре
===max_ast_elements===
Максимальное количество элементов синтаксического дерева запроса. Если превышено - кидается исключение.
Аналогично, проверяется уже после парсинга запроса. По умолчанию: 10 000.
Аналогично, проверяется уже после парсинга запроса. По умолчанию: 50 000.
===max_rows_in_set===