Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[남기훈] 5차 과제 제출 #27

Open
wants to merge 33 commits into
base: develop
Choose a base branch
from
Open

Conversation

gikhoon
Copy link
Member

@gikhoon gikhoon commented Jan 9, 2025

인덱스를 활용한 성능 개선

create index idx_likes on post (likes desc);
를 통해 인덱스를 만들었다.

적용 X 성능 테스트

100
image (5)

300
image (6)

500
image (7)

1000
image (8)

인덱스 적용 성능 테스트

100
image (5)

300
image (6)

500
image (7)

1000
image (8)

쓰레드 수 기존 속도 개선 속도
100 1214 23
300 4629 311
500 7936 1055
1000 16160 2930

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