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

[FEAT] CertificationRepository 성능 개선 #264

Merged
merged 3 commits into from
Nov 8, 2024

Conversation

SSung023
Copy link
Contributor

PR 타입(하나 이상의 PR 타입을 선택해주세요)

☑ 기능 추가
□ 기능 삭제
□ 버그 수정
□ 의존성, 환경 변수, 빌드 관련 코드 업데이트


반영 브랜치

feat/260-certification-performance-improvemain


변경 사항

  • DB index를 통한 조회 성능 개선: Certification 테이블의 certificated_at 컬럼에 인덱스 적용

테스트 결과

image


연관된 이슈

#260


리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요
ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

@SSung023 SSung023 added 💡feature 기능 구현, 개선 사항 관련 🧑🏻‍💻 BE 백엔드 관련 코드 🖥️ server 서버 관련 labels Sep 12, 2024
@SSung023 SSung023 requested a review from kimdozzi September 12, 2024 12:24
@SSung023 SSung023 self-assigned this Sep 12, 2024
@SSung023 SSung023 linked an issue Sep 12, 2024 that may be closed by this pull request
1 task
Copy link

github-actions bot commented Sep 12, 2024

Test Results

192 files  192 suites   37s ⏱️
293 tests 293 ✅ 0 💤 0 ❌
301 runs  301 ✅ 0 💤 0 ❌

Results for commit a160585.

♻️ This comment has been updated with latest results.

Copy link
Contributor

@kimdozzi kimdozzi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 ㅎㅎ

@SSung023 SSung023 merged commit 43b6b91 into main Nov 8, 2024
2 checks passed
@SSung023 SSung023 deleted the feat/260-certification-performance-improve branch November 8, 2024 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑🏻‍💻 BE 백엔드 관련 코드 💡feature 기능 구현, 개선 사항 관련 🖥️ server 서버 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] CertificationRepository 성능 개선
2 participants