Replies: 3 comments 3 replies
-
결과에 나와있는 TPS, 최소/최대 응답시간 값에 공백이 있어서 "1,815.3 req/s" 인지 "815.3 req/s" 인데 "1" 값이 잘못 들어온건지 확실히 모르겠습니다. 확인 한번만 해주세용 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Query Execution time vs Response Time 사이에 시간 차이가 아주 큰 상태인데 이거 한번 왜 그런지 확인해보세용 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
테스트 목적
MySQL을 프로젝트에 도입한 결정이 성능 면에서 가장 적절했는지를, MariaDB와 PostgreSQL과의 비교를 통해 검증
평가지표
테스트 데이터셋
| 테이블 | 주요 컬럼 | 설명 |
|:---|:---|:---|
|
store
|id
,store_name
,store_img
| 가게 정보 테이블 ||
users
|id
,nickname
| 사용자 정보 테이블 ||
reservation
|id
,user_id
,store_id
,quantity
,total_price
,status
,created_at
| 예약 정보 테이블 (users와 store를 연결) |비교군
MySQL: 8.0.41-0ubuntu0.24.04.1
(for Linux on x86_64, Ubuntu 패키지)
MariaDB: 10.11.11 (Distrib 15.1)
(for debian-linux-gnu on x86_64, EditLine wrapper 사용)
PostgreSQL: 16.8
(Ubuntu 16.8-0ubuntu0.24.04.1, x86_64-pc-linux-gnu)
환경세팅
JMeter 설정
1.
setUp Thread Group
🔹 설정 내용
/bin/sh
2.
Ultimate Thread Group
🔹 Thread 설정
단일 쿼리 실행 시간 측정을 위한 프로메테우스 커스텀
단일 쿼리 테스트
쿼리 선정이유
조인 쿼리 테스트(결과가 일관성이 없어서 못쓸거같음)
자세한 테스트 결과는 노션에 정리되어있습니다.
결과
결론
Beta Was this translation helpful? Give feedback.
All reactions