Litcius/Paper detail

Approaches to Conflict-free Replicated Data Types

Paulo Sérgio Almeida

2024ACM Computing Surveys12 citationsDOI

Abstract

Conflict-free Replicated Data Types (CRDTs) allow optimistic replication in a principled way. Different replicas can proceed independently, being available even under network partitions and always converging deterministically: Replicas that have received the same updates will have equivalent state, even if received in different orders. After a historical tour of the evolution from sequential data types to CRDTs, we present in detail the two main approaches to CRDTs, operation-based and state-based, including two important variations, the pure operation-based and the delta-state based. Intended for prospective CRDT researchers and designers, this article provides solid coverage of the essential concepts, clarifying some misconceptions that frequently occur, but also presents some novel insights gained from considerable experience in designing both specific CRDTs and approaches to CRDTs.

Topics & Concepts

Computer scienceData scienceDistributed systems and fault toleranceParallel Computing and Optimization TechniquesOptimization and Search Problems