Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor/query] 게시글, 빈집, 사용자 테이블 인덱스 추가 ( BTREE 방식 ) 및 조회 쿼리 튜닝 #307

Merged
merged 5 commits into from
Nov 2, 2023

Conversation

dldmsql
Copy link
Member

@dldmsql dldmsql commented Nov 2, 2023

주요 작업 내용

게시글, 빈집, 사용자 테이블 인덱스 추가 ( BTREE 방식 ) 및 조회 쿼리 튜닝

작업 내용

  • 인덱스 추가
  • 조회 쿼리 join 구문 누락 튜닝 ( 명시적 join )

변경점

  • 인덱스 추가

이유 : 조회 성능 향상을 위해

@dldmsql dldmsql added the feature 기능 개발 이슈 label Nov 2, 2023
@dldmsql dldmsql self-assigned this Nov 2, 2023
@dldmsql
Copy link
Member Author

dldmsql commented Nov 2, 2023

Copy link

sonarqubecloud bot commented Nov 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
No Duplication information No Duplication information

@dldmsql dldmsql merged commit cc7b61e into dev Nov 2, 2023
3 checks passed
@dldmsql
Copy link
Member Author

dldmsql commented Nov 2, 2023

JDK17 설치

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 이슈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant