인프런 커뮤니티 질문&답변
Caused by: org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode. 의 원인을 잘 모르겠습니다..
작성
·
665
0
안녕하세요. 강사님
다름이 아니라 이 부분에서 에러가 발생하는데 에러 메시지가
Caused by: org.attoparser.ParseException: Exception evaluating SpringEL expression: "study.members.size()"
Caused by: org.hibernate.HibernateException: Unable to access lob stream
Caused by: org.postgresql.util.PSQLException: Large Objects may not be used in auto-commit mode
이렇게 나오는데
저 부분을 생략하면 검색결과가 잘나오는데 저부분을 넣으면 에러가 발생하더라구요. 이런 경우 어디를 확인해보면 될까요..?
감사합니다.
<small class="text-muted">
<i class="fa fa-user-circle"></i>
<span th:text="${study.members.size()}"></span>명
</small>
퀴즈
주요 성능 문제인 N+1 Select 문제를 해결하기 위해 사용되는 핵심 기법은 무엇일까요?
SQL UNION 사용
Batch Processing
Fetch Join 또는 Entity Graph
Lazy Loading everywhere





