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

ElasticSearch를 이용한 리스트 검색 API 구현 #222

Open
kdkdhoho opened this issue Mar 4, 2024 · 0 comments
Open

ElasticSearch를 이용한 리스트 검색 API 구현 #222

kdkdhoho opened this issue Mar 4, 2024 · 0 comments

Comments

@kdkdhoho
Copy link
Collaborator

kdkdhoho commented Mar 4, 2024

Description

AS-IS

현재는 DB에서 모든 리스트를 조회하고, 순수 Java로 필터링과 정렬을 수행합니다.
사용자 유치에 따라 리스트 데이터가 많아지고 이에 따라 성능 이슈가 발생할 것으로 예상됩니다.

TO-BE

ElasticSearch를 도입해 검색 속도를 향상시키고, �퍼지 검색과 같은 사용자 검색 경험을 향상시킵니다.

관련 Issue

@kdkdhoho kdkdhoho self-assigned this Mar 4, 2024
@kdkdhoho kdkdhoho changed the title 리스트 검색 방식을 변경한다 ElasticSearch를 이용한 리스트 검색 API 구현 Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant