Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

글과 카테고리 EAGER 로딩 개선 #374

Closed
3 tasks
ezzanzzan opened this issue Sep 6, 2023 · 0 comments · Fixed by #396
Closed
3 tasks

글과 카테고리 EAGER 로딩 개선 #374

ezzanzzan opened this issue Sep 6, 2023 · 0 comments · Fixed by #396
Assignees
Labels
🕋 backend 백엔드 작업 🛠️ refactor 코드 리팩터링, 개선

Comments

@ezzanzzan
Copy link
Collaborator

⏰ Estimated Time

3

🛠️ Description

현재 프로젝트에서 Writing, Category Entity는 각각 자기 자신과 @OnetoOne 연관 관계를 가지고 이는 Eager Loading(즉시 로딩)으로 관리되고 있다.
해당 로직을 Lazy Loading(지연 로딩)으로 바꿔 성능 개선을 해보고자 한다.

✅ Tasks

  • Category의 nextCategory 지연 로딩으로 변경
  • Wriitng의 nextWiritng 지연 로딩으로 변경
  • 연관관계로 엮여 있는 필드에 대한 toString 변경

📝 Note

No response

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🕋 backend 백엔드 작업 🛠️ refactor 코드 리팩터링, 개선
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant