MySQL: Increasing GROUP_CONCAT_MAX_LEN param - any dangers?

无人久伴 提交于 2019-12-04 15:31:02

Aside from increasing processing time in the MySQL server, and increasing traffic (even locally), no. If you do increase it though, benchmark before and after the change. This way you can be a bit more scientific about your modifications.

I'm not 100% correct, but take a look at this:

http://dev.mysql.com/doc/refman/5.5/en/group-by-functions.html#function_group-concat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!