Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Transform] Optimize composite agg execution using ordered groupings #75518

Merged

Commits on Jul 20, 2021

  1. [Transform] Optimize composite agg execution using ordered groupings (e…

    …lastic#75424)
    
    Automatically reorder group_by for composite aggs, ensuring date histogram
    group by comes first. The order is only changed for execution, the provided
    config remains unchanged.
    
    In case of 2 group_by's of the same order type, the configuration order is
    respected. Script and runtime field based group_by's are penalized.
    Hendrik Muhs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e6eb59c View commit details
    Browse the repository at this point in the history
  2. remove unused import

    Hendrik Muhs committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    1dc8a09 View commit details
    Browse the repository at this point in the history