mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 11:02:08 +00:00
Description of setting min_marks_to_honor_max_concurrent_queries
This commit is contained in:
parent
771493f03a
commit
704a4a5521
@ -504,6 +504,11 @@ On hosts with low RAM and swap, you possibly need setting `max_server_memory_usa
|
|||||||
|
|
||||||
The maximum number of simultaneously processed requests.
|
The maximum number of simultaneously processed requests.
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
|
||||||
|
- Positive integer.
|
||||||
|
- 0 — Disabled.
|
||||||
|
|
||||||
**Example**
|
**Example**
|
||||||
|
|
||||||
``` xml
|
``` xml
|
||||||
@ -530,6 +535,25 @@ Default value: `0` that means no limit.
|
|||||||
|
|
||||||
- [max_concurrent_queries](#max-concurrent-queries)
|
- [max_concurrent_queries](#max-concurrent-queries)
|
||||||
|
|
||||||
|
## min_marks_to_honor_max_concurrent_queries {#min-marks-to-honor-max-concurrent-queries}
|
||||||
|
|
||||||
|
Minimal number of marks for applying the `max_concurrent_queries` setting.
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
|
||||||
|
- Positive integer.
|
||||||
|
- 0 — Disabled.
|
||||||
|
|
||||||
|
**Example**
|
||||||
|
|
||||||
|
``` xml
|
||||||
|
<min_marks_to_honor_max_concurrent_queries>10</min_marks_to_honor_max_concurrent_queries>
|
||||||
|
```
|
||||||
|
|
||||||
|
**See Also**
|
||||||
|
|
||||||
|
- [max_concurrent_queries](#max-concurrent-queries)
|
||||||
|
|
||||||
## max_connections {#max-connections}
|
## max_connections {#max-connections}
|
||||||
|
|
||||||
The maximum number of inbound connections.
|
The maximum number of inbound connections.
|
||||||
|
Loading…
Reference in New Issue
Block a user