Distributed Systems: Consistency & Replication
Introduction
Reasons for replication
To keep replicas consistent, we generally need to ensure that all conflicting operations are done in the same order everywhere.
Conflicting operations:
Read–write conflict: a read operation and a write operation ...
metwalli.hashnode.dev6 min read