Skip to content

[refactor] : N+1 문제 해결 #102

Description

@emilywin825

📝 Description

  • N+1 문제 해결
  • N+1 이란 : JPA에서 엔터티 조회를 위해 1개의 쿼리를 날렸지만 연관매핑 되어있는 엔터티가 같이 조회되면서 n개의 추가 쿼리가 발생하는 문제

📝 Todo

  • FetchJoin / BatchSize 활용해서 N+1 문제 해결

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

refactor코드 리팩토링

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions