m-ld / m-ld-js

m-ld Javascript engine
https://js.m-ld.org
MIT License
37 stars 2 forks source link

Scheduled oplog collapse for shared data #158

Closed gsvarovsky closed 1 year ago

gsvarovsky commented 1 year ago

Shared data types are currently maintained as last-snapshot plus operations-since (oplog). We need to allow for collapsing the oplog into a new snapshot.

See also m-ld/m-ld-spec#24