Skip to content

test: HikariCP 풀 크기별 성능 비교 - #12

Merged
KimGyeongLock merged 2 commits into
mainfrom
test/hikari-pool-comparison
Aug 3, 2026
Merged

test: HikariCP 풀 크기별 성능 비교#12
KimGyeongLock merged 2 commits into
mainfrom
test/hikari-pool-comparison

Conversation

@KimGyeongLock

Copy link
Copy Markdown
Member

작업 내용

  • HikariCP 최대 커넥션 수를 환경변수로 설정
  • DB Only, Platform Thread, 100 VU 조건에서 Pool 5·10·20 비교
  • k6 측정 결과 및 분석 문서화

주요 결과

지표 Pool 5 Pool 10 Pool 20
RPS 5,670.37 7,753.05 7,288.71
p95 51.37ms 36.01ms 38.87ms
p99 99.99ms 74.36ms 70.45ms

Pool 5에서 Pool 10으로 증가했을 때 처리량과 응답 시간이 개선됐다.

Pool 20은 Pool 10보다 p99와 최대 응답 시간은 감소했지만,
RPS와 평균·p95는 오히려 악화됐다.

이번 단일 실행에서는 Pool 10이 가장 균형 있는 결과를 보였으며,
커넥션 수를 계속 늘린다고 성능이 비례해 향상되지는 않음을 확인했다.

@KimGyeongLock
KimGyeongLock merged commit 023cec5 into main Aug 3, 2026
1 check passed
@KimGyeongLock
KimGyeongLock deleted the test/hikari-pool-comparison branch August 3, 2026 09:50
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