Merged
Conversation
soomtong
approved these changes
Feb 27, 2025
| } | ||
| } | ||
| } | ||
| if (idLike) { |
Contributor
There was a problem hiding this comment.
임시 방편이긴 하지만 title 검색과 함께 매우 유용한 상황이어서 이해해주세요. @9w @TaehuiKim
4405fa6 to
bd6ac6a
Compare
bd6ac6a to
5d603d3
Compare
Contributor
Author
Contributor
|
@Jongyeol91 이 PR 작성 자체에 반대하는 것은 아니구요, 질문 좀 드리고 싶어요... |
Contributor
Author
@TaehuiKim 네 맞습니다 현재 프로덕트가 47만건 정도 있어서 우선 100만건 까지 가능하도록 6자리의 검색을 하게 만들어 두었습니다. |
Contributor
|
종열님께 별도로 설명 들었는데, EXPLAIN 했을 때 크게 차이가 없을 것이라는 의견 & 10개씩 잘라서 호출 할 것이라고 하셔서 수정 필요 없을 듯 합니다...! |
Q00
approved these changes
Feb 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 의 종류는 어떤 것인가요?
수정이 필요하게된 이유가 무엇인가요? (Jira 이슈가 있다면 링크를 연결해주세요)
무엇을 어떻게 변경했나요?
table의 id를 string으로 형변환하여 like 검색을 할 수 있는 기능을 추가했습니다.id index를 타기 위해 between 검색으로 변경
#46 (comment)
코드 변경을 이해하기 위한 배경지식이 필요하다면 설명 해주세요.
사용되는 index
디펜던시 변경이 있나요?
https://github.com/day1co/redstone/pull/2617
어떻게 테스트 하셨나요?
코드의 실행결과를 볼 수 있는 로그나 이미지가 있다면 첨부해주세요.