Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor: N + 1 문제 해결 #76

Closed
1 task
yooooonshine opened this issue Nov 19, 2024 · 0 comments · Fixed by #81
Closed
1 task

Refactor: N + 1 문제 해결 #76

yooooonshine opened this issue Nov 19, 2024 · 0 comments · Fixed by #81
Assignees

Comments

@yooooonshine
Copy link
Member

📄어떤 기능인가요?

  • 현재 Post 목록 조회의 경우 vote, comment, likes 등으로 인해 N + 1 문제가 빈번하게 발생하고 있다.

🏁할 일

  • vote, comment, likes 로직의 N + 1 문제를 해결한다.
@yooooonshine yooooonshine self-assigned this Nov 19, 2024
@yooooonshine yooooonshine linked a pull request Nov 28, 2024 that will close this issue
yooooonshine added a commit that referenced this issue Nov 28, 2024
Feature: 게시글 목록 조회 성능 최적화(#76)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant