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] 경험 기록 리스트 조회 쿼리 변경 #123

Open
2 tasks
daeun084 opened this issue Nov 29, 2024 · 0 comments
Open
2 tasks

[Refactor] 경험 기록 리스트 조회 쿼리 변경 #123

daeun084 opened this issue Nov 29, 2024 · 0 comments
Assignees

Comments

@daeun084
Copy link
Contributor

✨ 이슈 내용

현재 리스트 조회 기능은 JPQL + Paging 을 혼용하고 있어 성능 이슈를 고려해 수정합니다.

JPQL을 NativeQuery로 바꾸고 limit 절을 이용해 아이템 개수를 명시적으로 조회합니다.

💡 작업 내용

  • JPQL -> NativeQuery
  • limit 추가

📌 참고 사항

@daeun084 daeun084 self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant