[MCOL-5491] Enable StringStore in JSON_ARRAYAGG() function. Created: 2023-05-12 Updated: 2023-05-24 Resolved: 2023-05-24 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | PrimProc |
| Affects Version/s: | 23.02.3 |
| Fix Version/s: | 23.02.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Gagan Goel (Inactive) | Assignee: | Gagan Goel (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Sprint: | 2023-6 | ||||||||
| Assigned for Review: | |
||||||||
| Assigned for Testing: | |
||||||||
| Description |
|
In |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2023-05-22 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Build tested: Develop branch engine: a90535e1a7ffefa0e5ae808fdd0d38d30cffc017 4gb VM memory 10g dbt3 database MariaDB [tpch10]> select JSON_ARRAYAGG(l_comment) from lineitem; crit.log
err.log
Release 23.02.3 ran successfully With 8 gb VM memory, execution got further, but it seems to be not releasing memory. Execution takes longer develop
23.02.3
| ||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Lee (Inactive) [ 2023-05-24 ] | ||||||||||||||||||||||||||||||||||||||||||||
|
Enable StringStore for JSON_ARRAYAGG() has been done. Identified memory leak issue for both GROUP_CONCAT and JSON_ARRAYAGG() is being track by MCOL-5498. |