Strong eventual consistency
Appearance
Strong eventual consistency (SEC) is a consistency model that strengthens eventual consistency with a convergence guarantee. Where eventual consistency promises only that replicas will converge if no new updates are made, strong eventual consistency guarantees that any two replicas which have received the same set of updates will be in identical states. This guarantee is achieved through CRDTs or other mathematically convergent data structures, and it eliminates the need for conflict resolution logic at the application layer. SEC was formalized by Shapiro, Preguiça, Baquero, and Zawirski as the consistency level that makes CRDTs practically useful: it is not merely eventually