|
|
|
|
|
by kiitos
717 days ago
|
|
> The CRDT may pick one or the other replacement word, but who is to say that either choice is correct? You, as the application developer. > I think it is important to make clear that CRDTs do not "solve" the merging problem They literally do, in the context in which they are defined. Which is about data consistency, not semantic correctness. > Often, CRDTs do not capture higher level schema invariants, CRDTs never capture higher level schema invariants. Just like TCP doesn't enforce HTTP session authentication. Orthogonal concerns. |
|