ESQL: Add pre and post filter for grouping operator #111439
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Grouping (
STATS
) command can be quite expensive, whether for processing data coming in (creating groups) or out (number of buckets), etc...This problem can be alleviated by allowing pre and post filters, both for individual aggs and grouping keys on the grouping command to drop the data as soon being read or is being produced.
Example of pre-filter (see #110821):
Example of post-filter:
The text was updated successfully, but these errors were encountered: