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

[REFACT] Achievement 도메인 관련 쿼리에 대해 인덱스 적용 및 쿼리 최적화 수행 #370

Merged
merged 1 commit into from
May 9, 2024

Conversation

JIN-076
Copy link
Collaborator

@JIN-076 JIN-076 commented Apr 28, 2024

🚀 개발 사항

  • 전반적인 Achievement 도메인에 대한 쿼리에 대해 불필요한 조인 제거 및 인덱스 적용을 통한 쿼리 최적화 수행
  • 테스트 더미 데이터를 이용한 성능 비교 테스트 수행

이슈 번호

특이 사항 🫶

빠른 시일 내에 테스트 더미 데이터를 이용한 성능 비교 테스트를 수행할 예정입니다.

@JIN-076 JIN-076 added the 🔄 Refactor 기존 개발 된 코드의 수정 label Apr 28, 2024
@JIN-076 JIN-076 requested a review from tidavid1 April 28, 2024 09:12
@JIN-076 JIN-076 self-assigned this Apr 28, 2024
Copy link

Test Results

51 tests   51 ✅  1s ⏱️
 7 suites   0 💤
 7 files     0 ❌

Results for commit baeba2a.

@JIN-076 JIN-076 merged commit db71f1e into develop May 9, 2024
3 checks passed
@tidavid1 tidavid1 deleted the refact/#369-achievement_domain branch May 10, 2024 01:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔄 Refactor 기존 개발 된 코드의 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[🛠 REFACT] Achievement domain optimization
2 participants