AdvancedVocabulary#distributed-systems#algorithms#backend

CRDT Vocabulary

Learn the vocabulary of data types that let replicas converge deterministically without coordination, even across partitions.

0 / 5 completed
1 / 5
A teammate explains that a distributed data type is designed so that any two replicas, having received the same set of updates in any order, always converge to the identical final state, with no coordination or conflict-resolution round trip required between replicas. What class of data structure is being described?