Slide 6
Slide 6 text
CRDTs in Riak 2.0
Conflict-Free/Confluent/Commutative/Convergent Replicated
Data Types
Library riak dt implements different types of state-based
CRDTs:
Counters (G-Counter, PN-Counter)
Sets (G-Set, 2P-Set, OR-Set, ORSWOT)
Flags
Registers (LWW-Register, MV-Register)
Maps
Subset exposed in Riak 2.0
Concurrent updates are merged following principled techniques
All problems solved?!