We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33f4697 commit 02a6883Copy full SHA for 02a6883
1 file changed
README.md
@@ -91,6 +91,9 @@ JAVA_OPTS="
91
```
92
93
### 4-3. App 서버 Scale Out에 DB 커넥션풀 조정 및 최대
94
+
95
+**문제**
96
97
K6으로 10,000 동시 접속하여 단순 SELECT 쿼리 부하 테스트에서 P95가 450ms 수준.
98
R2DBC connection pool의 pending acquire 가 급증.
99
0 commit comments