andrershov / crdtdb

1 stars 0 forks source link

CausalContext compaction #2

Open andrershov opened 7 years ago

andrershov commented 7 years ago

Currently CausalContext is stored as set of Dots. Causal context for Crdt in database can always be represented as vector clock, because our active anti-entropy protocol is causal consistent. However, Crdt deltas could not be represented as vector clock and should be represented as vector of intervals.