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

[BE] Spring Cache를 적용한다. #791

Open
donghoony opened this issue Oct 8, 2024 · 0 comments · May be fixed by #792
Open

[BE] Spring Cache를 적용한다. #791

donghoony opened this issue Oct 8, 2024 · 0 comments · May be fixed by #792

Comments

@donghoony
Copy link
Contributor

🔍 설명

  • 테드 + 커비가 쿼리 개수를 줄이기 위해서 이런저런 시도를 했습니다.
  • 현재 리뷰 템플릿 내부 내용은 작성만 가능하며, 추후에도 업데이트를 진행하지 않을 예정입니다 (기존 받은 리뷰들이 오염될 위험이 있습니다)
  • 다만 이를 내부에 저장하면 아래와 같은 상황이 걱정되었어요.
    • 현재는 템플릿 개수가 한 개 내외라 큰 문제가 되지 않지만, 나중에 템플릿을 추가하게 된다면 In-memory 방식은 부담스러울 것이라고 생각했어요.
    • 다만 이건 너무 먼 미래를 바라본 것 같아 In-memory 방식으로 구현을 시도하려고 했어요.
  • 산초가 Spring Cache에 대한 이야기를 꺼내서, CacheManager를 상황에 따라 바꿔가면 될 것이라고 생각했어요. 규모가 작을 때에는 In-memory로, 커진다면 Redis와 같은 외부 저장소를 이용할 수 있도록 합니다.

🔥 할 일

  • Spring Cache 공부
  • 어떤 방식으로 적용할 수 있을 지 알아보기

⏰ 예상 시간

  • 오늘 안에.. 구조는 잡아봅시다

🐴 할 말

  • 아자!
@donghoony donghoony added this to the 6차 스프린트: 최종장 milestone Oct 8, 2024
@donghoony donghoony linked a pull request Oct 8, 2024 that will close this issue
@donghoony donghoony linked a pull request Oct 8, 2024 that will close this issue
@donghoony donghoony self-assigned this Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant