Slide 30
Slide 30 text
Not all bad:
+ remove defaults, handle conflict resolution
yourself.
+ great for immutable data (no updates).
+ CRDTs
commutative replicated data types. Haven’t experienced must with them yet, but can be great for specific cases where you’d like to update things, like
counters, or sets, etc.