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

Perf: 검색 & 필터 기능 최적화 #72

Merged
merged 8 commits into from
Dec 2, 2024
Merged

Conversation

gogo1414
Copy link
Contributor

@gogo1414 gogo1414 commented Dec 1, 2024

개요

  • 검색/필터 기능의 개선이 필요하며, 컬럼의 크기를 최적화 할 필요가 존재

PR 타입

  • 성능 최적화

반영 브랜치

  • perf/69-search-query -> main

변경 사항

  • Store 테이블의 변경된 컬럼 크기 적용
  • QueryDSL 의존성 추가
  • 검색 기능 중 FullText 와 필터 기능 분리
  • 필터 기능에 동적 쿼리 적용
  • 변경된 로직에 따른 테스트 코드 수정

테스트 결과

  • 빌드 테스트 확인
  • 로컬 환경에서 Mock 데이터를 통한 정상 작동 확인

@gogo1414 gogo1414 linked an issue Dec 1, 2024 that may be closed by this pull request
@mrri-18 mrri-18 merged commit 46d9afd into main Dec 2, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

검색 기능 조회 쿼리 개선
2 participants