반응형
1. fetch join : Collection 일때는 사용하지 못함
2. @BatchSize 어노테이션 이용
3. hibernate.dafault_batch_fetch_size 설정
위 세가지 방법으로 N+1 문제를 해결할 수 있다..!
반응형
'개발 > Spring' 카테고리의 다른 글
[Intellij] 실행버튼 활성화 안 되었을때 (0) | 2020.02.02 |
---|---|
[JPA] spring boot gradle QueryDSL 설정하기 (0) | 2020.01.25 |
[JPA] @Embeddable 사용시 주의사항 (0) | 2020.01.19 |
[spring boot] spring boot 상대경로 설정시 경로를 못찾는 오류 (AppData\Local\Temp\tomcat-docbase) (2) | 2020.01.18 |
[JPA] could not execute statement; SQL [n/a]; nested exception is org.hibernate.exception.DataException: could not execute statement (1) | 2020.01.14 |
댓글