mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[DOCS] Document max_concurrent_searches
default (#55116)
This commit is contained in:
parent
8ff2cbf1a3
commit
8d6f0f6a76
@ -13,6 +13,7 @@ There are several thread pools, but the important ones include:
|
|||||||
For generic operations (for example, background node discovery).
|
For generic operations (for example, background node discovery).
|
||||||
Thread pool type is `scaling`.
|
Thread pool type is `scaling`.
|
||||||
|
|
||||||
|
[[search-threadpool]]
|
||||||
`search`::
|
`search`::
|
||||||
For count/search/suggest operations. Thread pool type is
|
For count/search/suggest operations. Thread pool type is
|
||||||
`fixed_auto_queue_size` with a size of `int((`<<node.processors,
|
`fixed_auto_queue_size` with a size of `int((`<<node.processors,
|
||||||
|
@ -78,7 +78,8 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
|
|||||||
|
|
||||||
`max_concurrent_searches`::
|
`max_concurrent_searches`::
|
||||||
(Optional, integer)
|
(Optional, integer)
|
||||||
Maximum number of concurrent searches the multi search API can execute.
|
Maximum number of concurrent searches the multi search API can execute. Defaults
|
||||||
|
to +max(1, (# of <<data-node,data nodes>> * min(<<search-threadpool,search thread pool size>>, 10)))+.
|
||||||
|
|
||||||
`max_concurrent_shard_requests`::
|
`max_concurrent_shard_requests`::
|
||||||
+
|
+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user