Designing Data Intensive Applications - Chapter 5
Replication means keeping a copy of the same data on multiple machines that are connected via a network.
Reasons Why You Might Want to Replicate Data
• To keep data geographically close to your users.
• To allow the system to continue working even i...
metwalli.hashnode.dev13 min read