Geodan/cow

Delta format enhancement

Opened this issue · 0 comments

When creating a new record the initial data is duplicated in the first delta and deltas are added for a new values, I think a better option is to only add a delta when something gets updated, storing the old value in a delta with the time it was updated instead of duplicating data in deltas. This way you save some space on the database and data usage.