[4주차] RateLimit 기능 구현 #77
Open
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.
📝작업 내용
💬리뷰 요구사항(선택)
start_time으로 시작한 복합 인덱스를 걸어두었습니다. 다른 인덱스도 고려해야 한다면 어떤 것이 있는지 알려주시면 감사하겠습니다.[참고]theaterId:title:genre형식의 키를 사용하여 데이터 식별이 가능하도록 구성했습니다. 쿼리 파라미터가 없는 경우에는all을 기본값으로 지정하여,all키에 대해 전체 데이터를 조회하도록 처리했습니다. 예를 들어,1:범죄 도시4:all이면 장르 구분 없이 영화관ID가1이고, 제목이범죄 도시4인 데이터를 모두 조회합니다. 서로 다른 키에 대해 데이터 중복이 발생할 수 있을 것 같은데, 개선 방법을 알려주시면 감사하겠습니다.[참고]기타 사항 📌
추가로 언급할 사항이 있다면 여기에 적어주세요.