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

[Feature] - [Company] 기업 검색 로직 리팩토링했습니다. #232

Merged
merged 8 commits into from
Apr 24, 2024

Conversation

fakerdeft
Copy link
Contributor

✨(#이슈 번호)

✏️내용

기업 검색 시
검색 API 하나로 전체 페이지 수, 전체 기업 수, 전체 기업 목록이 전부 응답됐었는데
목록 조회 쿼리 + count 쿼리로 두 개가 한 트랜잭션에 포함되니 검색 속도가 현저히 떨어지는 것을 확인했습니다.
따라서 기업 목록 검색 API와 전체 페이지/기업 수 검색 API로 분리하게 되었습니다.

@fakerdeft fakerdeft added the 🛠Refactor 리팩토링 label Apr 24, 2024
@fakerdeft fakerdeft self-assigned this Apr 24, 2024
@fakerdeft fakerdeft merged commit 602940a into Team-Coverflow:develop Apr 24, 2024
1 check passed
@fakerdeft fakerdeft deleted the feature/#222 branch April 24, 2024 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠Refactor 리팩토링
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Feature] - [Company] 기업 조회 쿼리 개선하기
1 participant