Skip to content

Commit a3f9544

Browse files
committed
ESQL: Add known issue for VALUES (8.17)
They are so so so slow that this is effectively a bad bug.
1 parent b7da5d9 commit a3f9544

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/reference/release-notes/8.17.2.asciidoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,8 @@ Snapshot/Restore::
4848
Ingest Node::
4949
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
5050

51+
[discrete]
52+
[[known-issues-8.17.2]]
53+
=== Known issues
5154

55+
* `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 commit comments

Comments
 (0)