woowacourse / prolog

우아한테크코스 크루들이 배운 내용을 기록하는 학습로그 저장소입니다.
https://prolog.techcourse.co.kr/
MIT License
192 stars 28 forks source link

커리큘럼 별 퀴즈 API 생성 #1610

Closed BGuga closed 10 months ago

BGuga commented 10 months ago

️⃣연관된 이슈

📝작업 내용

커리큘럼 별 퀴즈 검색 기능을 구현했습니다. 중첩 Join 문을 사용했는데, 흐름이 curriculum -> session -> keyword -> quiz 순으로 진행하려 했고 그 이유는 드라이빙 테이블의 컬럼을 줄이기 위해서입니다. Join 과정에서 session 이 curriculum에 대한 인덱스가 없어 풀테이블 스캔을 하는데 session 의 경우 사용하지 않을 데이터면서 데이터가 그렇게 많이 생길 것 같지도 않기에 인덱스는 생략했습니다

sonarcloud[bot] commented 10 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.21) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint