处理Caused by: java.sql.SQLException: Out of sort memory, consider increasing server sort buffer size

报错 Caused by: java.sql.SQLException: Out of sort memory, consider increasing server sort buffer size解决方案 方案一 查看写的s

报错

Caused by: java.sql.SQLException: Out of sort memory, consider increasing server sort buffer size

解决方案

方案一

查看写的sql中,使用了分页加排序等,将(select * )或 (select 后面有json格式的字段)改为具体的字段名查询,不要查含有json格式的字段就好,就不会报错了。那我必须要这个字段呢?就在分页查询后在逻辑中在去单条查询获取这个字段

方案二

一般正常不会让改配置的

发布者:admin,转转请注明出处:http://www.yc00.com/web/1738332733a4038287.html

相关推荐

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信