mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Update settings.md
This commit is contained in:
parent
edb43371a0
commit
24d1b9b8c2
@ -473,7 +473,7 @@ The maximum number of query processing threads, excluding threads for retrieving
|
||||
This parameter applies to threads that perform the same stages of the query processing pipeline in parallel.
|
||||
For example, when reading from a table, if it is possible to evaluate expressions with functions, filter with WHERE and pre-aggregate for GROUP BY in parallel using at least 'max_threads' number of threads, then 'max_threads' are used.
|
||||
|
||||
Default value: half the number of physical CPU cores.
|
||||
Default value: the number of physical CPU cores.
|
||||
|
||||
If less than one SELECT query is normally run on a server at a time, set this parameter to a value slightly less than the actual number of processor cores.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user