[Fix] #261 - O-KR 히스토리 조회 API 변경사항 반영 #262
Merged
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.
🚀PullRequest🚀
📟 관련 이슈
💻 작업 내용
O-KR 히스토리 조회 API 변경사항 반영
아래 테스트 결과를 보시면 기존 방식과 변경된 방식에서 평균 API latency는 비슷하지만 95% 99% 즉 가장 최악의 API 수행 시간은 기존 방식이 오래 걸림을 확인할 수 있었습니다. 아마 stream 처리 때문에 처리될 쓰레드가 쌓이면서 처리시간이 늘어나지 않았을까 추측해봅니다.
그리고 대규모 건당 처리량이 엄청 드라마틱하게 늘어난 것은 아니지만 꽤나 늘어난 것을 볼 수 있습니다.
📝 리뷰 노트
[기존 API 구현 방법의 테스트]
[변경된 API 구현 방법의 테스트]