Distributed System-分布式系统 Redundancy & Replication 冗余和备份 发表于 2022-07-19 | 分类于 Distributed System | | Distributed System 分布式系统 Redundancy & Replication 冗余和备份 冗余(Redundancy) 冗余(Redundancy)是指系统的关键组件或者功能的复制,为了增加可靠性 规避单点故障(Single Points of Failure) 备份(Replication) 备份(Replication)值在不同的冗余资源上分享信息,确保一致性 数据库的主从架构(Master-Slave),主服务器更新后,需要同步备份到从服务器