-
Notifications
You must be signed in to change notification settings - Fork 25.6k
ESQL: Add known issue for slow VALUES #123222
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
Conversation
They are so so so slow that this is effectively a bad bug.
Documentation preview: |
Pinging @elastic/es-docs (Team:Docs) |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
|
||
ES|QL:: | ||
|
||
* `VALUES` aggregate function can run for a long, long time when collecting many, many groups. This can consume a thread for days at the worst case. Fixed by {es-pull}#123073[#123073] and available in 8.16.5, 8.17.3, 8.18.0, and all releases after that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nik9000 any way we can quantify "many" here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's n^2 so it's a sliding scale. But millions of buckets can run for days. Hundreds of thousands of buckets can run for many minutes. I'll push something with that in it.
@leemthompo, could you have another look? |
Co-authored-by: Liam Thompson <[email protected]>
I've applied the copy editing and set it to auto-merge. I'll drag it into 8.17 as well and auto-merge-without-review that one. |
8.17: #123288 |
They are so so so slow that this is effectively a bad bug.