Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
트러블 슈팅 정렬 수정
  • Loading branch information
chobeebee authored Aug 2, 2024
1 parent 7d0ee50 commit 58daf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
1,000,000건의 대용량 데이터 처리에 대한 Spring Batch 속도를 측정하기 위해
Spring Boot Test를 이용하여 데이터를 삽입하는 과정에서 538분 소요 시간이 발생
- **해결 과정** <br>
1) 프로시저를 작성하여 삽입 시도
1) 프로시저를 작성하여 삽입 시도
- 배치 처리를 통해 대량의 데이터를 효율적으로 삽입 → 처리 속도 61.97 분
2) 서브쿼리와 랜덤 값을 이용한 MySQL 쿼리
2) 서브쿼리와 랜덤 값을 이용한 MySQL 쿼리
- 단일 SQL 쿼리 내에서 대량의 데이터를 생성하고 삽입 → 처리 속도 22.42분
- **결과** <br>
기존 538분 소요 시간에서 515분을 단축하여 <u>**95.78% 성능 향상**</u> 달성
Expand Down

0 comments on commit 58daf5e

Please sign in to comment.