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(#235): 블록 인덱스 설정 #254

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

giwoong01
Copy link
Member

#️⃣연관된 이슈

#235

📝작업 내용

DB 인덱스를 적용합니다.
dashboard_id, progress, status로 인덱스를 만들어 조회 성능을 증가합니다.

@giwoong01 giwoong01 added the Refactor 코드 리팩토링 label Dec 23, 2024
@giwoong01 giwoong01 self-assigned this Dec 23, 2024
Copy link
Collaborator

@inhooo00 inhooo00 left a comment

Choose a reason for hiding this comment

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

자주 사용하는 컬럼들을 인덱스로 묶어서 사용하는 방법 아주 좋습니다 ㅎㅎ
실제로 어느정도 성능이 향상되었나요??

@giwoong01
Copy link
Member Author

자주 사용하는 컬럼들을 인덱스로 묶어서 사용하는 방법 아주 좋습니다 ㅎㅎ 실제로 어느정도 성능이 향상되었나요??

k6로 테스트를 진행했을때 평균 요청 처리 시간이 20.9% 줄였습니다.
추가적으로 실제로 포스트맨으로 확인을 해보았을 때 기존 2초이상이 걸리던 응답이 1초 초반으로 줄일 수 있었습니다!

블로그
해당 블로그를 보시면 더 자세히 확인할 수 있습니다!

Copy link
Member

@dongkyun0713 dongkyun0713 left a comment

Choose a reason for hiding this comment

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

인덱스 적용 좋네요! 저도 한 번 공부해봐야겠어요! 수고하셨습니다~

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.

3 participants