Skip to content

[CH] refactor[#237]: Board-User-Like n+1 문제 해결#239

Merged
leehan416 merged 1 commit intodevfrom
refactor/#237
Apr 23, 2026
Merged

[CH] refactor[#237]: Board-User-Like n+1 문제 해결#239
leehan416 merged 1 commit intodevfrom
refactor/#237

Conversation

@chanhk-im
Copy link
Copy Markdown
Collaborator

  • User -> Board: fetchtype lazy + fetch join 처리함
  • Board -> comment, like: BatchSize 추가해서 한 번에 가져오도록 수정(ToMany + pagination이라 fetch join 하면 터짐)

@chanhk-im chanhk-im added the refactor 로직 상 변화가 없는 코드 리팩터링 ex) 변수 이름 변경 label Apr 23, 2026
@leehan416 leehan416 merged commit 98e1fa6 into dev Apr 23, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor 로직 상 변화가 없는 코드 리팩터링 ex) 변수 이름 변경

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants