You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2025. It is now read-only.
해결해야 하는 문제
내용의 글자수 제한을 늘리면, 검색 쿼리의 성능이 떨어지게 됩니다.
기능 설명
MySQL의 full text search를 사용합니다.
구현 방법
AWS RDS에 fulltext index를 추가하고, 파라미터 그룹에서 기본 설정을 변경합니다.
기타