You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CS/Summary/Database/DB 클러스터링, 리플리케이션.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Replica가 많으면 Replication Lag 시간이 길어진다. 결국 시간차에
146
146
- 장점
147
147
- 구현이 간단하다.
148
148
- 단점
149
-
- Shard가 늘어나면 기존에 저장된 데이터들에 대한 정합성이 깨진다. -> Shard의 개수가 늘어나면 Hash Function의 계산 방식도 변하기 때문에 기존에 저장된 방식이 달라진다.(확장성이 떨어진다.) -> 근데 저장된 데이터들에 대한 정합성과 관련이 있나요?
149
+
- Shard가 늘어나면 기존에 저장된 데이터들에 대한 정합성이 깨진다. -> Shard의 개수가 늘어나면 Hash Function의 계산 방식도 변하기 때문에 기존에 저장된 방식이 달라진다.(확장성이 떨어진다.)
150
150
151
151
- Hash Function으로 Shard Key를 결정하기 때문에 공간 효율이 좋지 않다.
0 commit comments