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] findTopByUserIdOrderByCreateDateDesc 쿼리 성능 개선 #49

Open
RumosZin opened this issue Sep 6, 2024 · 0 comments
Open
Assignees
Labels
refactor 성능 개선 및 코드 리팩토링 test 테스트코드

Comments

@RumosZin
Copy link
Contributor

RumosZin commented Sep 6, 2024

개선 사항

dummy data를 이용해 실험하고 findTopByUserIdOrderByCreateDateDesc의 쿼리 성능을 개선합니다.

데이터가 많이 있을 때 order by create_date로 정렬해서 조회 할 때 쿼리 성능에 문제가 없는지 확인합니다. 최근 생성 요청한 이미지의 상태 조회 API에 사용되는 쿼리이므로, 개선하면 의미 있을 거라고 생각합니다.

@RumosZin RumosZin added refactor 성능 개선 및 코드 리팩토링 test 테스트코드 labels Sep 6, 2024
@RumosZin RumosZin self-assigned this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor 성능 개선 및 코드 리팩토링 test 테스트코드
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant