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

[BE] refactor: 글과 카테고리 EAGER 로딩 개선 #396

Merged
merged 5 commits into from
Sep 12, 2023

Conversation

ezzanzzan
Copy link
Collaborator

@ezzanzzan ezzanzzan commented Sep 12, 2023

🛠️ Issue

✅ Tasks

  • EAGER Loading -> LAZY Loading
  • 카테고리 내 불필요한 중복 쿼리 제거

⏰ Time Difference

  • 0

@ezzanzzan ezzanzzan added 🛠️ refactor 코드 리팩터링, 개선 🕋 backend 백엔드 작업 labels Sep 12, 2023
@ezzanzzan ezzanzzan added this to the 5차 데모데이 milestone Sep 12, 2023
@ezzanzzan ezzanzzan self-assigned this Sep 12, 2023
@ezzanzzan ezzanzzan changed the title [BE] 글과 카테고리 EAGER 로딩 개션 [BE] refactor: 글과 카테고리 EAGER 로딩 개션 Sep 12, 2023
Copy link
Member

@HubCreator HubCreator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다!

@ezzanzzan ezzanzzan changed the title [BE] refactor: 글과 카테고리 EAGER 로딩 개션 [BE] refactor: 글과 카테고리 EAGER 로딩 개선 Sep 12, 2023
@ezzanzzan ezzanzzan merged commit ec5d43b into develop Sep 12, 2023
@echo724 echo724 deleted the feature/eager-loading-refactor-374 branch September 14, 2023 07:05
echo724 pushed a commit that referenced this pull request Sep 22, 2023
* refactor: LAZY Loading 적용

* refactor: 조회 시 추가적인 쿼리 발생을 막기 위해 Category 내부 toString 제거

* refactor: Category 클래스 내 중복되는 쿼리 요청 제거

* refactor: Writing LAZY 로딩으로 변경
echo724 pushed a commit that referenced this pull request Oct 6, 2023
* refactor: LAZY Loading 적용

* refactor: 조회 시 추가적인 쿼리 발생을 막기 위해 Category 내부 toString 제거

* refactor: Category 클래스 내 중복되는 쿼리 요청 제거

* refactor: Writing LAZY 로딩으로 변경
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 this pull request may close these issues.

글과 카테고리 EAGER 로딩 개선
3 participants