GBase 8a
适配迁移
文章

GBase 8a集群常见报错 Aggregation function group_concat overflow

GBase社区管理员
发表于2020-07-06 15:49:12218次浏览0个评论

原因:

group_concat内部拼接的字符串,超过了参数 group_concat_max_len限制。 GBase 8a集群常见报错 Aggregation function group_concat overflow

解决:

提高参数最大值

通过TOPN 参数,限制拼接的结果行数。

参数详情,请参考

http://www.gbase8.cn/?p=394
评论已关闭