Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@
- **해결**: **Kafka 기반 Event-Driven 아키텍처**로 전환하여 비동기 Batch Insert 처리
- **결과**: DB 부하를 격리하고 소비(Consume) 속도를 Throttling하여 시스템 안정성 및 최종 처리량 향상

#### Throughput(TPS)
| Before | | After |
|:----------------------------------------------:|:-----------:|:----------------------------------------------:|
| <img src="assets/Throughput1.png" width="300"> | &rarr; | <img src="assets/Throughput2.png" width="300"> |

#### Latency p95
| Before | | After |
|:----------------------------------------------:|:-----------:|:----------------------------------------------:|
| <img src="assets/latency1.png" width="300"> | &rarr; | <img src="assets/latency2.png" width="300"> |

#### HikariCP Connection
| Before | | After |
|:--------------------------------------------:|:----------:|:--------------------------------------------:|
| <img src="assets/hikaricp1.png" width="300"> | &rarr; | <img src="assets/hikaricp2.png" width="300"> |

#### QPS
| Before | | After |
|:---------------------------------------:|:----------:|:--------------------------------------------:|
| <img src="assets/qps1.png" width="300"> | &rarr; | <img src="assets/qps2.png" width="300"> |

<br>

## 4. 사용한 기술
Expand Down
Binary file added assets/Throughput1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/Throughput2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hikaricp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/hikaricp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/latency1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/latency2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qps1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/qps2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading