|
|
|
|
|
by agilord
4643 days ago
|
|
> but if each user action that triggered a one cell update becomes an event I have to keep forever, I see my database size exploding I think there might be a balance here: you can always garbage-collect events that are already merged in an updated value of the given object. Depending on the requirement, this GC can be done e.g. after days or after months of that merge... |
|