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
Auto merge of #3446 - jtgeibel:daily-db-maintenance, r=Turbo87
Run daily database maintenance tasks
Run `VACUUM version_downloads;` daily. We could alternatively tweak the
auto-vacuum parameters on this table, but long term we should archive
daily download stats outside of the database and it will be easier to
pick the parameters then, once we have only 90 days of history rather
than growing daily without bound.
r? `@Turbo87`
0 commit comments