OpenSearch - Références des paramètres avancés (EN)
Last updated 6th February 2023
Objective
This guide lists all the supported advanced parameters that allow you to configure your Public Cloud Databases for OpenSearch according to your use cases.
How many concurrent incoming/outgoing shard recoveries (normally replicas) are allowed to happen on a node. Defaults to 2.
Parameter
opensearch.http_max_content_length
Value type
long
Minumum
1
Maximum
2147483647
Description
Maximum content length for HTTP requests to the OpenSearch HTTP API, in bytes.
Parameter
opensearch.http_max_header_size
Value type
long
Minumum
1024
Maximum
262144
Description
The max size of allowed headers, in bytes
Parameter
opensearch.http_max_initial_line_length
Value type
long
Minumum
1024
Maximum
65536
Description
The max length of an HTTP URL, in bytes
Parameter
opensearch.indices_memory_index_buffer_size
Value type
long
Minumum
3
Maximum
40
Description
Percentage value. Default is 10%. Total amount of heap used for indexing buffer, before writing segments to disk. This is an expert setting. Too low value will slow down indexing; too high value will increase indexing performance but causes performance issues for query performance.
Parameter
opensearch.indices_queries_cache_size
Value type
long
Minumum
3
Maximum
40
Description
Percentage value. Default is 10%. Maximum amount of heap used for query cache. This is an expert setting. Too low value will decrease query performance and increase performance for other operations; too high value will cause issues with other OpenSearch functionalities.
Parameter
opensearch.indices_query_bool_max_clause_count
Value type
long
Minumum
64
Maximum
4096
Description
Maximum number of clauses Lucene BooleanQuery can have. The default value (1024) is relatively high, and increasing it may cause performance issues. Investigate other approaches first before increasing this value.
Parameter
opensearch.indices_recovery_max_bytes_per_sec
Value type
long
Minumum
40
Maximum
400
Description
Limits total inbound and outbound recovery traffic for each node. Applies to both peer recoveries as well as snapshot recoveries (i.e., restores from a snapshot). Defaults to 40mb
Number of file chunks sent in parallel for each recovery. Defaults to 2.
Parameter
opensearch.override_main_response_version
Value type
boolean
Minumum
Maximum
Description
Compatibility mode sets OpenSearch to report its version as 7.10 so clients continue to work. Default is false
Parameter
opensearch.script_max_compilations_rate
Value type
string
Minumum
Maximum
Description
Script compilation circuit breaker limits the number of inline script compilations within a period of time. Default is use-context
Parameter
opensearch.thread_pool_analyze_queue_size
Value type
long
Minumum
10
Maximum
2000
Description
Size for the thread pool queue.
Parameter
opensearch.thread_pool_analyze_size
Value type
long
Minumum
1
Maximum
128
Description
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Parameter
opensearch.thread_pool_force_merge_size
Value type
long
Minumum
1
Maximum
128
Description
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Parameter
opensearch.thread_pool_get_queue_size
Value type
long
Minumum
10
Maximum
2000
Description
Size for the thread pool queue.
Parameter
opensearch.thread_pool_get_size
Value type
long
Minumum
1
Maximum
128
Description
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Parameter
opensearch.thread_pool_search_queue_size
Value type
long
Minumum
10
Maximum
2000
Description
Size for the thread pool queue.
Parameter
opensearch.thread_pool_search_size
Value type
long
Minumum
1
Maximum
128
Description
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Parameter
opensearch.thread_pool_write_queue_size
Value type
long
Minumum
10
Maximum
2000
Description
Size for the thread pool queue.
Parameter
opensearch.thread_pool_write_size
Value type
long
Minumum
1
Maximum
128
Description
Size for the thread pool. Do note this may have maximum value depending on CPU count - value is automatically lowered if set to higher than maximum value.
Go further
Visit our dedicated Discord channel: https://discord.gg/ovhcloud. Ask questions, provide feedback and interact directly with the team that builds our databases services.
Accedez à votre espace communautaire. Posez des questions, recherchez des informations, publiez du contenu et interagissez avec d’autres membres d'OVHcloud Community.