elasticsearch/docs/reference/aggregations
Mark Tozzi 9ee6a19187
Add ability to select execution mode for cardinality aggregation (#87704)
Plumbs through a new parameter for the cardinality aggregation, to allow configuring the execution mode.  This can have significant impacts on speed and memory usage.  This PR exposes three collection modes and two heuristics that we can tune going forward.  All of these are treated as hints and can be silently ignored, e.g. if not applicable to the given field type.  I've change the default behavior to optimize for time, which potentially uses more memory.  Users can override this for the old behavior if needed.
2022-07-05 09:11:22 -04:00
..
bucket [DOCS] Fix typos in docs (#88226) 2022-07-05 11:02:29 +02:00
metrics Add ability to select execution mode for cardinality aggregation (#87704) 2022-07-05 09:11:22 -04:00
pipeline [ML][Docs] fix minimum buckets for change_point agg (#86396) 2022-05-04 09:37:46 -04:00
bucket.asciidoc [DOCS] Adds frequent items agg docs (#86037) 2022-05-05 16:07:24 +02:00
metrics.asciidoc [DOCS] Fix acasting for agg types (#67469) 2021-01-13 14:44:54 -05:00
pipeline.asciidoc Allow bucket paths to specify _count within a bucket (#85720) 2022-04-29 08:42:46 -04:00