Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
23.02.3
-
None
-
2023-6
Description
In MCOL-5385, we fixed a PrimProc crash scenario in GROUP_CONCAT() processing for queries that exceeded the available memory limits. This was done by enabling usage of StringStore for handling long strings. This ticket is to duplicate that change but for JSON_ARRAYAGG(), which has a similar implementation as GROUP_CONCAT.
Attachments
Issue Links
- relates to
-
MCOL-5498 Potential memory leak in GROUP_CONCAT()/JSON_ARRAYAGG() processing
- Confirmed