[ch04] 처리율 제한장치 1차 설계 - 김대진#14
Open
dd-jiny wants to merge 3 commits into
Open
Conversation
키-값 저장소 설계 챕터 학습 자료를 정리노트와 최종자료로 구성하여 추가 정리노트 (STEP별 분산 시스템 핵심 개념 정리): - CAP 정리 및 분산 기초 - 데이터 분산(안정 해시), 데이터 복제 - 일관성 정족수, 충돌 해소(벡터 시계) - 장애 처리, 저장 엔진 최종자료 (키-값 저장소 통합 설계서): - 요구사항, 아키텍처, 데이터 모델, API 명세 - 파티셔닝, 복제, 일관성 설계 문서 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
키-값 저장소 설계 챕터 학습 자료를 정리노트와 최종자료로 구성하여 추가 정리노트 (STEP별 분산 시스템 핵심 개념 정리): - CAP 정리 및 분산 기초 - 데이터 분산(안정 해시), 데이터 복제 - 일관성 정족수, 충돌 해소(벡터 시계) - 장애 처리, 저장 엔진 최종자료 (키-값 저장소 통합 설계서): - 요구사항, 아키텍처, 데이터 모델, API 명세 - 파티셔닝, 복제, 일관성 설계 문서
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
1차설계입니다