We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
메인 페이지의 책 목록은 많은 사람들이 공통적으로 READ 하는 데이터이기 때문에 캐시를 했을때 캐시 hit ratio 가 상당히 높을 것으로 예상
as-is 딱히 캐시하고 있지 않음, 무조건 DB 에 요청
to-be 레디스에 대해서 학습해보고, 레디스를 사용해 캐시를 적용해 DB 부하를 줄인다.
The text was updated successfully, but these errors were encountered:
참고
Sorry, something went wrong.
@5minho 다들 괜찮으시면 이 이슈 제가 할께요
넵 저는 괜찮습니다
No branches or pull requests
메인 페이지의 책 목록은 많은 사람들이 공통적으로 READ 하는 데이터이기 때문에 캐시를 했을때 캐시 hit ratio 가 상당히 높을 것으로 예상
as-is
딱히 캐시하고 있지 않음, 무조건 DB 에 요청
to-be
레디스에 대해서 학습해보고, 레디스를 사용해 캐시를 적용해 DB 부하를 줄인다.
The text was updated successfully, but these errors were encountered: