PostgreSQL:org.postgresql.util.PSQLException: An I/O error occurred while sending to the backend.
PostgreSQL数据库查询回滚失败:An I/O error occurred while sending to the backend.
·
在查询时出现了这个问题,
findallByIdIsIn(list),少量list数据查询时运行正常,数据量过万之后查询异常,出现以下错误提示:
Connection org.postgresql.jdbc.PgConnection@1a66a733 marked as broken because of SQLSTATE(08006), ErrorCode(0);
Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet;
经分析,可能是数据量过载导致服务器链接中断了,最后利用递归实现list查询,问题解决。
更多推荐
已为社区贡献1条内容
所有评论(0)