vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.77k stars 76 forks source link

Do not create creation records if we can infer them #308

Closed tantaman closed 1 year ago

tantaman commented 1 year ago

helps with #293

This omits the row level metadata which records causal length of the row until we actually need it. I.e., until the row is deleted.

This means we save an entire row of metadata for every row that is never deleted.