Ensuring both sequential and strong consistency simultaneously is not a feasible approach. This is because achieving such levels of consistency would necessitate the use of atomic activemethods, effectively rendering the need for replicas obsolete. In essence, the system would behave equivalently to utilizing a single master instance.
Ensuring both sequential and strong consistency simultaneously is not a feasible approach. This is because achieving such levels of consistency would necessitate the use of atomic
activemethods
, effectively rendering the need for replicas obsolete. In essence, the system would behave equivalently to utilizing a single master instance.Alternative: Implement different Conflict free replicated data types which by design ensure eventual consistency.