-
Notifications
You must be signed in to change notification settings - Fork 1
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
[fix] Hikari Connection Pool 고갈 문제 해결 #135
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- N+1 문제를 해결하기 위해서 fetch join 사용
yein-lee
approved these changes
Jan 15, 2024
yonghwankim-dev
added a commit
that referenced
this pull request
Jan 15, 2024
* #131 fix: 액세스 토큰 발급 오류 수정 * #131 test: 액세스 토큰 발급 테스트 코드 추가 * #131 test: 오타 수정 * [fix] Hikari Connection Pool 고갈 문제 해결 (#135) * #123 docs: 테스트 프로파일에 히카리 로깅 레벨 설정 * #129 refactor: 별도 메소드 분리 * #129 test: 히카리 연결 풀 테스트 코드 추가 * #123 fix: 스케줄링 메소드 오타 수정 * #123 fix: throwable 로깅 * #131 test: HasPortfolioAuthorizationAspect 테스트 코드 추가 * #123 fix: OSIV(open session in view) 설정 * #123 test: 불필요한 테스트 코드 제거 * #123 refactor: 포트폴리오 조회시 fetch join으로 변경 - N+1 문제를 해결하기 위해서 fetch join 사용 * #123 test: findAllByPortfolioId 테스트 코드 추가 * #123 fix: OSIV 비활성화에 따른 fetch join 적용 * #123 fix: OSIV 비활성화에 따른 테스트 코드 수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
구현한 것