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

[DEV-189] 배치 인서트를 위한 로직 수정 및 설정 수정 반영 #83

Merged
merged 4 commits into from
Apr 12, 2024

Conversation

One-armed-boy
Copy link
Member

  • 작업 내용

    • 쓰기 지연이 정상 동작할 수 있도록 UseCase 로직 수정
    • 설정 파일 변경 (리드미 참조)
      • 배치 인서트 관련 설정 추가
      • 배치 인서트를 확인할 수 있는 로깅 옵션 추가
  • 결과 (배치 쿼리를 실행하는 쿼리가 찍히는 모습)

image

@One-armed-boy One-armed-boy self-assigned this Apr 11, 2024
Copy link

Test Coverage

Overall Project 74.71% 🟢
Files changed 100% 🟢

File Coverage
CreateMembersForStressTestUseCase.java 100% 🟢

@One-armed-boy One-armed-boy requested a review from claycat April 11, 2024 15:48
@One-armed-boy
Copy link
Member Author

One-armed-boy commented Apr 11, 2024

처음엔 JPQL 도입을 통해 해결하려 했으나, 더 간단한 방법이 있었어서 우선은 그걸로 해결했습니다. 저 설정 반영해도 로그엔 단건으로 찍히긴 하는데, 아래 링크 참고하여 직접 확인해본 결과 배치 쿼리가 정상적으로 나가는 것을 확인했습니다. (본문의 결과 로그에도 배치 쿼리가 찍히기도 하구여)

https://techblog.woowahan.com/2695/

@One-armed-boy One-armed-boy merged commit 6222035 into develop Apr 12, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants