Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sojukang authored Sep 21, 2022
1 parent 9d6cbce commit fdaa190
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,19 @@ repositories {
}
dependencies {
implementation 'com.github.sogorae:jpa-query-counter:1.0.6'
implementation 'com.github.sogorae:jpa-query-counter:1.0.7'
}
```

### 사용 결과
<img width="962" alt="image" src="https://user-images.githubusercontent.com/48307960/191501803-fc20b73b-27b4-41a3-8cf2-3657f5392cff.png">


### 알림 메시지 출력 상황
#### 동일 내용의 Select 쿼리를 2회 이상 호출하는 경우
```
동일한 select 쿼리문이 2개 이상 발생합니다.
N+1 문제 혹은 로직 개선이 필요해 보입니다.
```
### 이슈
- SpringInterceptor에 의해 실행되는 쿼리는 인식하지 못하는 것으로 추정.
- Hibernate를 사용하지 않는 쿼리의 경우 카운트에 포함되지 않음.

0 comments on commit fdaa190

Please sign in to comment.