pith. sign in

arxiv: 1806.10254 · v1 · pith:COGQRVAXnew · submitted 2018-06-27 · 💻 cs.DC · cs.DS

Conflict-free Replicated Data Types: An Overview

classification 💻 cs.DC cs.DS
keywords dataconflict-freedeveloperreplicatedtypescrdtoverviewsystems
0
0 comments X
read the original abstract

Internet-scale distributed systems often replicate data at multiple geographic locations to provide low latency and high availability, despite node and network failures. Geo-replicated systems that adopt a weak consistency model allow replicas to temporarily diverge, requiring a mechanism for merging concurrent updates into a common state. Conflict-free Replicated Data Types (CRDT) provide a principled approach to address this problem. This document presents an overview of Conflict-free Replicated Data Types research and practice, organizing the presentation in the aspects relevant for the application developer, the system developer and the CRDT developer.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Relay-Based Synchronization of Replicated Data Types in Opportunistic Networks

    cs.DC 2026-05 unverdicted novelty 5.0

    Using mobile relays improves convergence speed and feasibility of state-based CRDT replicas in opportunistic networks according to simulations.

  2. GeoGauss: Strongly Consistent and Light-Coordinated OLTP for Geo-Replicated SQL Database

    cs.DB 2023-04 unverdicted novelty 5.0

    GeoGauss is a full-replica multi-master OLTP database using multi-master OCC with epoch-based delta state merging to achieve strong consistency and light coordination in geo-distributed settings.