Skip to content
New issue

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

가상 면접 사례로 배우는 대규모 시스템 설계 기초 #34

Open
jun108059 opened this issue Jun 11, 2023 · 1 comment
Open
Assignees

Comments

@jun108059
Copy link
Owner

@jun108059 jun108059 self-assigned this Jun 11, 2023
@jun108059
Copy link
Owner Author

9p) Primary-Replica 구조에서 production 환경에서 Primary DB가 다운되면 자동으로 복구할 수 있는 방법을 추가로 정리해야겠다.

  1. Replica 서버는 데이터가 최신 상태가 아닐 수 있다(CUD 연산은 Primary 서버에만 수행하기 때문)
  2. 없는 데이터에 대한 복구 스크립트(recovery script)를 돌려서 추가하는 방법
  3. 다중 프라이머리(multi-primary) 방식이나 원형 다중화(circular replication) 방식을 도입

복구 스크립트를 수행하는 방법과 다중 프라이머리 또는 원형 다중화를 구성하는 설정을 잘 모른다
어떤식으로 구성하면 되는지 찾아봐야 함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant