elasticsearch/docs/reference/aggregations/metrics
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
..
avg-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
boxplot-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
cardinality-aggregation.asciidoc Add ability to select execution mode for cardinality aggregation (#87704) 2022-07-05 09:11:22 -04:00
extendedstats-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
geobounds-aggregation.asciidoc Soft-deprecation of point/geo_point formats (#86835) 2022-05-17 23:46:43 +02:00
geocentroid-aggregation.asciidoc Soft-deprecation of point/geo_point formats (#86835) 2022-05-17 23:46:43 +02:00
geoline-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
matrix-stats-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
max-aggregation.asciidoc [DOCS] Remove unneeded callouts from snippets (#83798) 2022-02-10 15:04:46 -05:00
median-absolute-deviation-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
min-aggregation.asciidoc [DOCS] Remove unneeded callouts from snippets (#83798) 2022-02-10 15:04:46 -05:00
percentile-aggregation.asciidoc [DOCS] Remove experimental language from HDR Histo percentiles/ranks (#81773) 2021-12-15 14:35:08 -05:00
percentile-rank-aggregation.asciidoc [DOCS] Remove experimental language from HDR Histo percentiles/ranks (#81773) 2021-12-15 14:35:08 -05:00
rate-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
scripted-metric-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) 2020-10-30 13:25:21 -04:00
stats-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
string-stats-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
sum-aggregation.asciidoc [DOCS] Update sum aggregation for histograms (#84493) (#84496) 2022-03-01 08:42:05 -05:00
t-test-aggregation.asciidoc [DOCS] Remove testenv annotations from doc snippet tests (#80023) 2021-11-05 18:38:50 -04:00
top-metrics-aggregation.asciidoc Soft-deprecation of point/geo_point formats (#86835) 2022-05-17 23:46:43 +02:00
tophits-aggregation.asciidoc [DOCS] Change agg titles to sentence case (#64425) 2020-10-30 13:25:21 -04:00
valuecount-aggregation.asciidoc Convert metric aggs docs runtime fields (#71260) 2021-04-05 13:08:13 -04:00
weighted-avg-aggregation.asciidoc [DOCS] Fix the weighed average documentation (#81307) 2021-12-03 23:28:41 +01:00