Write data models are not used on read #1065
Labels
area/db-system
Related to the core system related components of the DB
refactor
This issue specific to or requires *notable* refactoring of existing codebases and components
Stuff like
LWWRegDelta
is used on write, but not on read. We should have a shared set of models so we more can safely parse persisted stuff and see where it is being used. It should probably live incore
or similar.Most/all should have some separation between use and storage (i.e. don't move LWWRegDelta to core, define a new, shared struct there and map (like an entity)).
The text was updated successfully, but these errors were encountered: