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
getNoticeItems, getNoticeItems Method 에서 발생하는 user 모델에 대한 n+1 문제를 해결합니다.
getNoticeItems, getNoticeItems Method 에서 발생하는 n+1 문제를 해결합니다.
Dec 22, 2021
xharpenParksuhyeon
changed the title
getNoticeItems, getNoticeItems Method 에서 발생하는 n+1 문제를 해결합니다.
getNoticeItems, getItemsMethod 에서 발생하는 n+1 문제를 해결합니다.
Dec 22, 2021
xharpenParksuhyeon
changed the title
getNoticeItems, getItemsMethod 에서 발생하는 n+1 문제를 해결합니다.
Board Service - getNoticeItems, getItems Method 에서 발생하는 n+1 문제를 해결합니다.
Dec 22, 2021
getNoticeItems
,getNoticeItems
Method 에서 발생하는 User 모델에 대한 n+1 문제을 해결해줍니니다.with 을 사용하지 않는 상태….
져온 게시물 갯수만큼 해당 쿼리가 추가로 실행되고 있습니다.
with 을 사용한 상태…
with 구문을 사용해 user 모델애 대한 n + 1 문제를 해결했습니다.
The text was updated successfully, but these errors were encountered: