referencedColumnName 을 사용한 Join 과 N+1 문제
JPA 를 사용할때 N+1 로 인한 성능 저하는 경계해야할 대표적인 문제중에 하나입니다. N+1 이 발생하는 경우는 여러가지가 있지만 그 중에서 referncedColmnName 과 관련된 내용을 코드 분석과 함께 알아보고자 합니다. N+1 재현 환경 Repo : https://github.com/SonUngBea/hibernate-project/tree/N%2B1/referencedName ERD DATA Student School Code Student Entity - NOTE : @ManyToOne 으로 Join 을 걸때 school 의 PK 인 id 가 아닌 name 으로 Join 을 걸었다. @Entity public class Student implements Serializable { @Id..
JPA
2022. 9. 14. 13:42
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- referencedColumnName
- RouteDefinition
- reactor
- N+1
- GlobalFilter
- ResultSet
- RoutePredication
- MariaDB
- mariadb-connector-j
- ConcurrentHashMap
- Seperate Chaining
- spring cloud gateway
- aurora
- circurit breaker
- custom config data convertion
- router
- getBoolean
- rate limit
- notifyAll()
- notify()
- mariada-connector
- Lazy
- msyql-connector-java
- DyanomoDB
- Flux
- HashMap
- wait()
- AbstractMethodError
- reative
- dynamodb
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함