原文中對N的解釋是: the number of nodes that store replicas of the data。所以應該是存儲數(shù)據(jù)副本的節(jié)點數(shù),而不是數(shù)據(jù)復制的份數(shù)。原文:https://www.allthingsdistributed.com/2008/12/eventually_consistent.html。
強一致性、弱一致性、最終一致性在分布式系統(tǒng)中會涉及到CAP原理,來保證數(shù)據(jù)的一致性, 什么是CAP:一致性(Consistency)可用性(Availability)分區(qū)容忍性(Partition tol...