You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xharpenParksuhyeon
changed the title
Board Category 모델에 대한 Eager Loading 이 정상적으로 동작하지 않는 문제 해결.
Board Category 모델에 대한 Eager Loading 이 동작하지 않는 문제 해결.
Dec 22, 2021
xharpenParksuhyeon
changed the title
Board Category 모델에 대한 Eager Loading 이 동작하지 않는 문제 해결.
Board Category에 대한 Eager Loading 이 동작되지 않는 문제 해결.
Dec 22, 2021
xharpenParksuhyeon
changed the title
Board Category에 대한 Eager Loading 이 동작되지 않는 문제 해결.
Board Category에 대한 Eager Loading 에서 발생하는 오류 수정
Dec 22, 2021
Board Category 모델에 대한 Eager Loading 이 정상적으로 동작하지 않는 문제를 확인했습니다.
게시판 쪽에서 발생하는 카테고리 N + 1 문제를 해결하기 위해 작업을 진행하고 있었습니다.
일반적으로 N+1 는 with, load 문을 사용하면 쉽게 해결할 수 있는 문제라 별 고민하지 않고 작업을 진행했습니다.
하지만 제 생각과는 다른 결과가 발생했다.
쿼리 상으로는 분명히 결과 값이 있는데, 실제 relation 값에 null 이 들어가 있었습니다.
또 바로 Lazy Loading 을 통해서 값을 가져온 경우엔 정상적으로 작동하고 있었다.
Lazy Loading
Eager Loading
The text was updated successfully, but these errors were encountered: