We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1조 최진아님께서 공유해주신 부분입니다. (aws-cloud-clubs/2023-system-design-interview-1st#11)
❓ Question 시스템 설계시, 어떤 특징을 가진 시스템에는 어떤 규모 확장 방법(scale-out, scale-up)이 잘 맞을까?
📎 Additional context MSA, 배달의 민족 마이크로서비스 여행기 정리 (https://sihyung92.oopy.io/architecture/woowa-msa-travel)
시스템이 커지고 트래픽이 커지고 규모의 경제가 가능해지는 순간에 MSA(micro service architecture)가 필요하다.
단순하게 테이블 조인하면 될걸 데이터 싱크하고 맞추는 과정에 비용이 10배는 더 든다. 이를 상쇄하고도 남는 경우에 MSA로 넘어가는 것이 맞다고 김영한 개발자는 주장했다.
The text was updated successfully, but these errors were encountered:
정정해주세요 진아님꺼입니다^^ 출처 밝혀주세요 (링크 삽입 부탁드려요 ㅎ)
Sorry, something went wrong.
아 그렇군요 링크 삽입 하였습니다 ~
No branches or pull requests
1조 최진아님께서 공유해주신 부분입니다. (aws-cloud-clubs/2023-system-design-interview-1st#11)
❓ Question
시스템 설계시, 어떤 특징을 가진 시스템에는 어떤 규모 확장 방법(scale-out, scale-up)이 잘 맞을까?
📎 Additional context
MSA, 배달의 민족 마이크로서비스 여행기 정리 (https://sihyung92.oopy.io/architecture/woowa-msa-travel)
시스템이 커지고 트래픽이 커지고 규모의 경제가 가능해지는 순간에 MSA(micro service architecture)가 필요하다.
단순하게 테이블 조인하면 될걸 데이터 싱크하고 맞추는 과정에 비용이 10배는 더 든다. 이를 상쇄하고도 남는 경우에 MSA로 넘어가는 것이 맞다고 김영한 개발자는 주장했다.
The text was updated successfully, but these errors were encountered: