Skip to content

[DOC] New cluster setting for hybrid collector in cardinality aggregation #11483

@anandpatel9998

Description

@anandpatel9998

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

Labels

Backlog - DEVDeveloper assigned to issue is responsible for creating PR.v3.4.0

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions