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

대용량 트래픽 처리 & 성능 개선 #189

Open
kung036 opened this issue Aug 15, 2024 · 0 comments
Open

대용량 트래픽 처리 & 성능 개선 #189

kung036 opened this issue Aug 15, 2024 · 0 comments
Assignees

Comments

@kung036
Copy link
Collaborator

kung036 commented Aug 15, 2024

JMeter로 이용해서 대용량 트래픽

@kung036 kung036 self-assigned this Aug 18, 2024
@kung036 kung036 changed the title 대용량 트래픽 처리 대용량 트래픽 처리 & 성능 개선 Oct 7, 2024
kung036 added a commit that referenced this issue Oct 10, 2024
- gradle, yml에 캐시를 사용하기 위한 설정

issue #189
kung036 added a commit that referenced this issue Oct 11, 2024
- 쓸모없는 log 출력 코드 제거
- customerType과 employee 회사 비교 시 객체값 자체를 비교하면 안되므로 pk를 이용해서 비교(객체값 자체를 비교할 경우 영원히 false임)

issue #189
kung036 added a commit that referenced this issue Oct 16, 2024
- repository에 캐시 사용
- N+1문제 해결 -> @entitygraph를 사용해서 즉시로딩
- N:1 관계인 Team을 지연로딩으로 변경
- 쓸모없는 컬럼제거
- email 인덱스 생성

issue #189
kung036 added a commit that referenced this issue Oct 16, 2024
- repository에 캐시 사용
- N:1 관계인 테이블을 지연로딩으로 변경
- employeePk 기준 Hide 인덱스 생성
- componyPk 기준 CustumerTypePk 생성

issue #189
kung036 added a commit that referenced this issue Oct 16, 2024
- repository에 캐시 사용
- N:1 관계인 테이블을 지연로딩으로 변경

issue #189
kung036 added a commit that referenced this issue Oct 17, 2024
- 쓸모없는 출력문 제거
- customerType 비교 메서드 추가를 통해서 customerType에서 hide가 제대로 제거되지 않은 에러 수정

issue #189
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant