Skip to content

Commit

Permalink
README 트러블 슈팅 텍스트 밑줄 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chobeebee committed Aug 2, 2024
1 parent 5b700bb commit 3bf5428
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 @@ -60,7 +60,7 @@
- **해결 과정** <br>
동영상과 광고 별로 통계·정산을 그룹화하고 각 작업을 TaskExecutor를 사용하여 비동기적으로 실행한 후, CountDownLatch를 사용해 각 단계가 순차적으로 진행되도록 구현
- **결과** <br>
순차 처리 시간은 1224.057초 소요되고 병렬 처리 시간은 1163.192초 소요됨으로써 **총 60.865초 단축 성공**
순차 처리 시간은 1224.057초 소요되고 병렬 처리 시간은 1163.192초 소요됨으로써 <u>**총 60.865초 단축 성공**</u>

### 2. 대량 데이터 삽입 및 최적화
- **문제 상황** <br>
Expand All @@ -72,7 +72,7 @@
2) 서브쿼리와 랜덤 값을 이용한 MySQL 쿼리
- 단일 SQL 쿼리 내에서 대량의 데이터를 생성하고 삽입 → 처리 속도 22.42분
- **결과** <br>
기존 538분 소요 시간에서 515분을 단축하여 **95.78% 성능 향상** 달성
기존 538분 소요 시간에서 515분을 단축하여 <u>**95.78% 성능 향상**</u> 달성

<p>&#160;</p>

Expand Down

0 comments on commit 3bf5428

Please sign in to comment.