Skip to content

Commit

Permalink
More
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Feb 24, 2025
1 parent a8583a8 commit d3a1b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/release-notes/8.16.4.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ Ingest Node::

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.
* `VALUES` aggregate function can run for a long, long time when collecting many, many groups. Hundreds of thousands of groups can run on one thread for many minutes and millions of groups run for days. It is O(n^2^) with the number of groups. These will not respond to the tasks cancellation API the whole time. Fixed by {es-pull}#123073[#123073] and available in 8.16.5, 8.17.3, 8.18.0, and all releases after that.

0 comments on commit d3a1b7b

Please sign in to comment.