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차 과제 제출 #26

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

Conversation

kych4n
Copy link
Member

@kych4n kych4n commented Jan 9, 2025

동시 접속하는 스레드의 수를 1, 100, 500, 1000으로 변경하며 테스트를 진행하였다.


기존 코드

image1
image2
image3
image4

인덱스 적용

hibernate는 기본 키를 이용하여, 자동으로 인덱스 테이블을 생성한다. 하지만, 조회수를 기준으로 내림차순으로 가져오는 과정에서 views를 이용하는데, views에 대해서는 인덱스 테이블이 존재하지 않는다. 따라서, views에 대해 인덱스 테이블을 생성하고, 테스트해보았다.

image1
image2
image3
image4

Redis 적용

image1
image2
image3
image4

결과 비교
Chart Title

테스트하는 시간 대에 따라 결과가 조금씩 달라지는 것을 확인했다.

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