Distributed
CRDT
A data type whose merge is commutative, associative and idempotent, so replicas converge regardless of update order.
Why interviewers ask about it
Makes conflicts mathematically impossible rather than resolved. Why collaborative editors work offline. Costs metadata growth and restricted operations.
This term is part of the free System Design interview preparation module - browse the full glossary for every definition.