Skip to content

test: DB Only와 Redis Stress Test 비교 - #13

Merged
KimGyeongLock merged 2 commits into
mainfrom
test/stress-test
Aug 3, 2026
Merged

test: DB Only와 Redis Stress Test 비교#13
KimGyeongLock merged 2 commits into
mainfrom
test/stress-test

Conversation

@KimGyeongLock

Copy link
Copy Markdown
Member

작업 내용

  • 리다이렉트 전용 Stress Test 시나리오 추가
  • VU를 100, 200, 300, 500까지 단계적으로 증가
  • DB Only와 Redis Cache Aside 구조 비교
  • k6 및 Prometheus·Grafana 결과 문서화

주요 결과

지표 DB Only Redis
요청 수 2,123,358 4,586,523
평균 RPS 8,160.01 17,598.13
평균 응답 시간 30.87ms 13.61ms
p95 90.98ms 26.75ms
오류율 0% 0%
  • Redis 적용 후 평균 RPS 약 115.66% 증가
  • 평균 응답 시간 약 55.91% 감소
  • p95 약 70.60% 감소
  • DB Only는 약 200 VU 이후 처리량이 정체
  • DB Only HikariCP Pending은 약 180~190까지 증가
  • Redis는 Cache Hit 4,586,523회, DB Lookup 1회
  • 두 구조 모두 500 VU까지 오류율 0%

@KimGyeongLock
KimGyeongLock merged commit 12369af into main Aug 3, 2026
1 check passed
@KimGyeongLock
KimGyeongLock deleted the test/stress-test branch August 3, 2026 10:40
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.

1 participant