Skip to content

Commit e12d777

Browse files
nik9000leemthompo
andauthored
ESQL: Add known issue for slow VALUES (#123222)
Co-authored-by: Liam Thompson <[email protected]>
1 parent cc3c387 commit e12d777

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/reference/release-notes/8.16.4.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@ Snapshot/Restore::
3939
Ingest Node::
4040
* Improve memory aspects of enrich cache {es-pull}120256[#120256] (issues: {es-issue}96050[#96050], {es-issue}120021[#120021])
4141

42+
[discrete]
43+
[[known-issues-8.16.4]]
44+
=== Known issues
4245

46+
ES|QL::
47+
48+
* The `VALUES` aggregate function can run for an extremely long time when collecting many groups. Processing hundreds of thousands of groups may take several minutes on a single thread, while processing millions of groups can take days. The function has O(n^2) complexity with respect to the number of groups. During execution, these operations will not respond to the tasks cancellation API. This issue has been fixed by {es-pull}#123073[#123073] and the fix is available in versions 8.16.5, 8.17.3, 8.18.0, and all releases after that.

0 commit comments

Comments
 (0)