Query 요청에 대한 Data 캐리어 사용 #71
shindong96
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
너무 좋은 의견입니다!! 도메인 성격상 프로세스의 정보가 중요한데, 프로세스 + 일부 지원(Application) 정보를 제공하는 경우가 많아 N+1 문제가 발생하는 경우가 많을 것 같습니다! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
현재
out-adapter
쪽에서core-application
으로 응답할 때, 도메인을 이용합니다. 그런데 저희 서비스는 캘린더와 칸반의 경우 완전한 도메인을 조회하기보다 상황에 맞는 데이터들을 요청하는 경우가 많습니다. 따라서 Query 요청에 한해서 데이터 캐리어를 사용하는 방식을 제안합니다. 뒷받침할 근거는 다음과 같습니다.팀원들의 의견이 궁금합니다!
Beta Was this translation helpful? Give feedback.
All reactions