|
|
|
|
|
by maxpert
163 days ago
|
|
Yes explored that path too with CRDTs. - DDL gets really tricky in these cases, that's why you see Corrosion has this weird file based system.
- cr-sqlite ain't maintained anymore but I did some benchmarks and if I remember correctly it was as slow as 4x-8x depending upon type of your data & load. Storage bloats by 2x-3x, tombstones accumulate pretty fast as well. I mean each mutation on every column looks something like: table, pk, cid, val, col_version, db_version, site_id, cl, seq Overall I dropped the idea after spending month or two on it. |
|