You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is "expected, but also bad". We should have a mechanism to garbage collect the tens of millions of saga events that have been created, rather than holding onto them and wasting disk space in perpetuity.
The text was updated successfully, but these errors were encountered:
It would be really nice if we slurped these out of the database and saved them to a flat file (which is by comparison much cheaper to store) and potentially kept those indefinitely, or at least much longer. These could be really useful for support.
In the spirit of #6615 , I looked at
SHOW TABLES
on dogfood to see where we have high-volume tables that are missing garbage collection.In addition to the issue reported by #6615, I noticed the following tables have unusually high row counts:
I think this is "expected, but also bad". We should have a mechanism to garbage collect the tens of millions of saga events that have been created, rather than holding onto them and wasting disk space in perpetuity.
The text was updated successfully, but these errors were encountered: