-
Notifications
You must be signed in to change notification settings - Fork 6
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
[BE] Refactor/#430 핀 복사 시 JdbcTemplate을 이용하여 bulk insert하도록 변경 #617
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
ca47a30
feat: batch update 적용 중
yoondgu 11f64ff
chore: batch update 적용 중
yoondgu 331db76
feat: pin image를 고려한 batch update 적용
yoondgu 2486358
feat: batch update 시 pinImage N+1 문제 해결을 위한 fetch join
yoondgu 79dcbce
refactor: PinBatchRepository 중복 제거 및 메서드 분리
yoondgu 12ab047
refactor: jdbcTemplate 사용하는 리포지토리를 사용자 정의 리포지토리로 추상화
yoondgu 974de2b
refactor: PinBatchRepository 인덴트 개선
yoondgu 5186cc8
refactor: 테스트 컨테이너 jdbcURl에 batch update를 위한 설정 추가
yoondgu e6a30ba
refactor: saveAllToTopic 불필요한 인자 제거로 인한 시그니처 변경
yoondgu 60cab90
refactor: 사용자 정의 리포지토리의 saveAllToTopic 테스트 작성
yoondgu dc9a5b7
refactor: jdbcTemplate, hibernate 중복 로그 하는 대신 커스텀 로그 설정
yoondgu f907795
test: 테스트 내 불필요한 출력 삭제
yoondgu 26db14d
test: JPA 쿼리 호출과 JdbcTemplate 쿼리 호출 분리
yoondgu 585e135
chore: batch update를 위한 jdbc url 설정 추가
yoondgu 7512b63
chore: 로컬 환경 batch update 설정 추가
yoondgu 0073ed2
refactor: 불필요한 flush 삭제
yoondgu a57a16c
refactor: 개행 추가
yoondgu de403b5
chore: 커스텀 리포지토리 패키지 컨텍스트 별로 변경
yoondgu 58fc4ea
refactor: 메서드명 수정 및 가독성 개선
yoondgu ab519fb
refactor: 불필요한 flush 삭제
yoondgu eabc420
refactor: rowCount 상태코드 상수화
yoondgu bd7f38c
refactor: sql 문자열 개행 방식 수정
yoondgu 6976452
refactor: DB용 Dto record로 변경
yoondgu bda1f24
refactor: 사용하지 않는 메서드 삭제
yoondgu 986ffb1
refactor: 불필요한 update 호출 삭제
yoondgu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 반영해주셔서 감사합니다~!