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

ESQL: Speed topn back up #108650

Merged
merged 4 commits into from
May 20, 2024
Merged

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented May 14, 2024

We noticed a regression in performance for topn last week. It turns out that we had turned off support for skipping non-competitive docs. We shouldn't do that!

Closes #108565

We noticed a regression in performance for topn last week. It turns out
that we had turned off support for skipping non-competitive docs. We
shouldn' do that!

Closes elastic#108565
@nik9000 nik9000 requested a review from iverase May 14, 2024 21:43
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label May 14, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

Copy link
Member

@costin costin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

P.S. Shame that this small PR was not reviewed for over 3 days.

@nik9000 nik9000 added the auto-merge Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) label May 20, 2024
@elasticsearchmachine elasticsearchmachine merged commit 4e1b8bf into elastic:main May 20, 2024
15 checks passed
@nik9000 nik9000 deleted the esql_fix_topn branch May 20, 2024 17:50
jedrazb pushed a commit to jedrazb/elasticsearch that referenced this pull request May 21, 2024
We noticed a regression in performance for topn last week. It turns out
that we had turned off support for skipping non-competitive docs. We
shouldn't do that!

Closes elastic#108565
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 Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v8.15.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESQL: Performance regression in topn
3 participants