Skip to content

[9.0] ESQL: Lazy collection copying during node transform (#124424) #124528

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

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

costin
Copy link
Member

@costin costin commented Mar 10, 2025

Backports the following commits to 9.0:

* ESQL: Lazy collection copying during node transform

A set of optimization for tree traversal:
1. perform lazy copying during children transform
2. use long hashing to avoid object creation
3. perform type check first before collection checking

Relates elastic#124395
@costin costin added :Analytics/ES|QL AKA ESQL >bug 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 Mar 10, 2025
@elasticsearchmachine elasticsearchmachine merged commit d360e00 into elastic:9.0 Mar 11, 2025
16 checks passed
@costin costin deleted the backport/9.0/pr-124424 branch March 11, 2025 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport >bug Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v9.0.1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants