Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 273 Bytes

redundancy-and-replication.md

File metadata and controls

14 lines (7 loc) · 273 Bytes

Redundancy and Replication

Master-slave replication

Dynamo DB

optimize the A in CAP. High availablity, low latency, tolerant to reading old values.

Leaderless system: R + W > N

Weak consistency:

  • can't handle well write conflict. Can't do transaction rollback