group_concat() multi columns OOM #19218
16601746291
started this conversation in
RFC
Replies: 1 comment
-
I need more information to help you:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when i execute sql that model like :
select column01, group_concat(column02, ',' order by update_time desc) as new columnA
,new columnB
,new columnC
,new columnD
,......
,new columnZ
from table
group by column01
total 22 columns ,like this:

result OOM,How to optimize script statement?
Beta Was this translation helpful? Give feedback.
All reactions