https://github.com/rookedsysc/n-plus-one-example
N + 1 문제와 N + 1 문제를 해결하기 위한 방법들을 정리해둔 레포
https://github.com/rookedsysc/n-plus-one-example
jpa nplus1 querydsl querydsl-jpa spring-boot spring-boot-3 springboot springboot3
Last synced: about 2 months ago
JSON representation
N + 1 문제와 N + 1 문제를 해결하기 위한 방법들을 정리해둔 레포
- Host: GitHub
- URL: https://github.com/rookedsysc/n-plus-one-example
- Owner: rookedsysc
- Created: 2024-08-03T13:56:47.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T10:53:33.000Z (5 months ago)
- Last Synced: 2025-01-22T21:43:17.995Z (3 months ago)
- Topics: jpa, nplus1, querydsl, querydsl-jpa, spring-boot, spring-boot-3, springboot, springboot3
- Language: Kotlin
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 개요
[CS Study](https://github.com/jmxx219/CS-Study) 스터디의 주제 N + 1에 대한 정리 내용입니다. N + 1 문제가 무엇인지? 어떤 해결 방법이 있는지에 대해서 정리했습니다.
상세한 내용은 [여기](https://github.com/jmxx219/CS-Study/blob/main/spring/N%2B1%20Problem.md)에서 확인할 수 있습니다.
## 참조
- [N + 1 Problem, Incheol's Tech Blog](https://incheol-jung.gitbook.io/docs/q-and-a/spring/n+1#n1-1)
- [JPA N+1 문제와 해결법 총정리, teahee kim's velog](https://velog.io/@xogml951/JPA-N1-%EB%AC%B8%EC%A0%9C-%ED%95%B4%EA%B2%B0-%EC%B4%9D%EC%A0%95%EB%A6%AC)
- [JPA Batch Size에 대한 고찰](https://velog.io/@joonghyun/SpringBoot-JPA-JPA-Batch-Size%EC%97%90-%EB%8C%80%ED%95%9C-%EA%B3%A0%EC%B0%B0)