-
Notifications
You must be signed in to change notification settings - Fork 0
환경과 개요
yanggwangseong edited this page Apr 1, 2025
·
13 revisions
- 프로젝트 소스 코드
- 데이터베이스 상태 (데이터, 인덱스 등)
- k6를 통한 부하테스트 결과 테이블과 influxDB와 그라파나를 통한 시각화 차트
- Clinic.js를 통한 프로파일링 결과
- 현재 서비스에서 가장 부하가 많이 발생 할것 같은 API
- 2개 이상의 mutation이 발생하는 데이터 정합성을 체크 할 수 있는 API
table_name | row_count |
---|---|
article_likes | 399,748 |
articles | 200,000 |
black_list | 8000 |
category | 16 |
district | 288 |
member | 100,000 |
participation | 399,779 |
refresh_token | 100,002 |
region | 2 |
verification_code | 100,001 |
total_size_mb |
---|
202.59 |
- k6
- influxDB
- grafana
- Clinic.js
- NCP rocky-8.8-base
- 리눅스 CentOS 7.8 (64-bit)
- 1vCPU, 1GB Mem, 10GB Disk
- Mysql 8.0
- node.js v22.11.0
- ECR
- ECS
- AWS RDS
아래는 프로젝트 데이터베이스 설계 ERD입니다: