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

♻️ 불필요한 Join 쿼리문 최적화 #157

Open
yooooonshine opened this issue Jan 13, 2025 · 0 comments
Open

♻️ 불필요한 Join 쿼리문 최적화 #157

yooooonshine opened this issue Jan 13, 2025 · 0 comments

Comments

@yooooonshine
Copy link
Member

Description

image

  • 현재 쿼리문들이 단순히 테이블 안에 있는 외래키를 조회할 때에도 join을 하고 있다.
    image
  • 원인은 JPA Data Repository의 부적절한 사용이었다. 위 같은 경우 _를 붙여 join이 되었다.

Todo

  • _를 고려하여 불필요한 join을 없앤다.
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

When branches are created from issues, their pull requests are automatically linked.

1 participant