generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 627
Open
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.v3.4.0
Description
What do you want to do?
- [✓] Request a change to existing documentation
- Add new documentation
- Report a technical problem with the documentation
- Other
Tell us about your request. Provide a summary of the request.
Pull request #19524 adds a new cluster setting for hybrid collector. It provides two cluster settings.
search.aggregations.cardinality.hybrid_collector.enabled setting can be used to enable/disable the Hybrid Collector. If disabled, it will use default behavior to select Ordinals Collector or Direct Collector. Default is enabled.
search.aggregations.cardinality.hybrid_collector.memory_threshold setting can be used to tweak threshold when Hybrid Collector switch from OrdinalsCollector to DirectCollector. Default is 1% of JVM.
Version: List the OpenSearch version to which this issue applies: 3.4+
What other resources are available? #19524
Metadata
Metadata
Assignees
Labels
Backlog - DEVDeveloper assigned to issue is responsible for creating PR.Developer assigned to issue is responsible for creating PR.v3.4.0