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

[8.x] [ESQL] Adding a Lucene min/max operator (#113785) #116818

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

iverase
Copy link
Contributor

@iverase iverase commented Nov 14, 2024

Backports the following commits to 8.x:

This operator only optimises the computation of the min/max value if the field contains a BKD tree, 
no deletes and we are visiting all documents for the segment. Otherwise it computes the value 
iterating on a tight loop.
@iverase iverase added :Analytics/Compute Engine Analytics in ES|QL >non-issue auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) labels Nov 14, 2024
@elasticsearchmachine elasticsearchmachine merged commit fc24959 into elastic:8.x Nov 14, 2024
15 checks passed
@iverase iverase deleted the backport/8.x/pr-113785 branch November 14, 2024 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/Compute Engine Analytics in ES|QL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.17.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants